Did you forget to run composer install?'; exit; } require_once $autoload; $testSuiteFile = 'JSPHP-suite.json'; if ( !file_exists( $testSuiteFile ) ) { echo '

Did you forget to run grunt build?

'; exit; } $testSuiteJSON = file_get_contents( $testSuiteFile ); $testSuite = json_decode( $testSuiteJSON, true ); ?> OOjs UI Test Suite