2 // disable xdebug backtrace
3 if ( function_exists( 'xdebug_disable' ) ) {
7 echo 'Welcome to the License Manager Test Suite' . PHP_EOL;
8 echo 'Version: 1.0' . PHP_EOL . PHP_EOL;
10 if( false !== getenv( 'WP_DEVELOP_DIR' ) ) {
11 require getenv( 'WP_DEVELOP_DIR' ) . 'tests/phpunit/includes/bootstrap.php';
13 require '../../../../tests/phpunit/includes/bootstrap.php';
15 // include unit test base class
16 require_once dirname( __FILE__ ) . '/framework/class-yst-license-manager-unit-test-case.php';