X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fphpunit%2Fphpunit.php;h=fa249b2244bfaba7f3db2dace6efd94d349152fd;hp=7203777096ec259b99e83ffed155b307520a7f6c;hb=17e8f7d62ec6d660c1f073efdaa0cbda68d59ae3;hpb=52ba4e60846b7c47d7b460beee82654346c41093 diff --git a/tests/phpunit/phpunit.php b/tests/phpunit/phpunit.php index 7203777096..fa249b2244 100755 --- a/tests/phpunit/phpunit.php +++ b/tests/phpunit/phpunit.php @@ -21,6 +21,7 @@ class PHPUnitMaintClass extends Maintenance { 'use-bagostuff' => false, 'use-jobqueue' => false, 'use-normal-tables' => false, + 'mwdebug' => false, 'reuse-db' => false, 'wiki' => false, 'profiler' => false, @@ -112,7 +113,7 @@ class PHPUnitMaintClass extends Maintenance { } } - if ( !class_exists( 'PHPUnit_Framework_TestCase' ) ) { + if ( !class_exists( 'PHPUnit\\Framework\\TestCase' ) ) { echo "PHPUnit not found. Please install it and other dev dependencies by running `composer install` in MediaWiki root directory.\n"; exit( 1 );