Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/01/2021 08:23:16 PM (4 years ago)
Author:
imath
Message:

Use the PHPUnit Composer dependency to run Travis tests

  • Adds version 5.7 to the WordPress matrix
  • Only run tests about PHP 5.6 with WP 4.9

See #8381

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/define-constants.php

    r12712 r12853  
    2121 *   up the directory tree
    2222 */
    23 if ( false !== getenv( 'WP_PHPUNIT__DIR' ) ) {
     23if ( false !== getenv( 'WP_PHPUNIT__DIR' ) && defined( 'BP_USE_WP_ENV_TESTS' ) ) {
    2424    define( 'WP_TESTS_DIR', getenv( 'WP_PHPUNIT__DIR' ) );
    2525    define( 'WP_ROOT_DIR', '/var/www/html' );
Note: See TracChangeset for help on using the changeset viewer.