File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 55 - 5.3
66 - 5.4
77 - 5.5
8- - hhvm
8+ - 5.6
9+ - 7.0
10+ - 7.1
911
1012before_script :
1113 - curl -s http://getcomposer.org/installer | php
1214 - php composer.phar install --dev
1315
14- script : phpunit --configuration phpunit.xml --coverage-text
16+ script : vendor/bin/ phpunit --configuration phpunit.xml --coverage-text
1517
1618notifications :
17- email : false
19+ email : false
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- spl_autoload_register (function ($ className ) {
12+ // Test purpose
13+ require_once __DIR__ .'/../vendor/autoload.php ' ;
14+
15+ //spl_autoload_register(function ($className) {
1316 // Fix for OSX and *nix
14- $ className = str_replace ('\\' , DIRECTORY_SEPARATOR , $ className );
15- include (dirname (__FILE__ ) . DIRECTORY_SEPARATOR . '.. ' . DIRECTORY_SEPARATOR . 'lib ' . DIRECTORY_SEPARATOR . $ className . ".php " );
16- });
17+ // $className = str_replace('\\', DIRECTORY_SEPARATOR, $className);
18+ // include(dirname(__FILE__) . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'lib' . DIRECTORY_SEPARATOR . $className . ".php");
19+ // });
You can’t perform that action at this time.
0 commit comments