mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-24 06:04:05 +00:00
Remove unnecessary addition to 'include_path' in tests
Change-Id: I775e6fc9eb39a974cfae507d09b705bf5fceb553
This commit is contained in:
parent
f204106206
commit
aa2d12f5d0
|
@ -11,9 +11,6 @@
|
|||
* Ian Baker <ian@wikimedia.org>
|
||||
*/
|
||||
|
||||
ini_set( 'include_path', ini_get( 'include_path' ) . ':' .
|
||||
__DIR__ . '/../../../tests/phpunit/includes/api' );
|
||||
|
||||
/**
|
||||
* @group medium
|
||||
* @covers ApiQueryTitleBlacklist
|
||||
|
|
Loading…
Reference in a new issue