Remove unnecessary addition to 'include_path' in tests

Change-Id: I775e6fc9eb39a974cfae507d09b705bf5fceb553
This commit is contained in:
Kunal Mehta 2018-10-11 22:32:16 -07:00
parent f204106206
commit aa2d12f5d0

View file

@ -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