From bf9f4141b77593cc99452add82f06fe4b91a6573 Mon Sep 17 00:00:00 2001 From: georggi Date: Mon, 4 Jan 2016 11:59:29 +0200 Subject: [PATCH] Tests: Reflect recent changes to MediaWiki import structure Bug: T43938 Change-Id: Id8d40d8fa0de59ac07749b3cefdd627b98fe175e --- .../includes/{ => import}/ImportLinkCacheIntegrationTest.php | 2 +- tests/phpunit/includes/{ => import}/ImportTest.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/phpunit/includes/{ => import}/ImportLinkCacheIntegrationTest.php (96%) rename tests/phpunit/includes/{ => import}/ImportTest.php (100%) diff --git a/tests/phpunit/includes/ImportLinkCacheIntegrationTest.php b/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php similarity index 96% rename from tests/phpunit/includes/ImportLinkCacheIntegrationTest.php rename to tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php index 1433b898d0..5e3c6268aa 100644 --- a/tests/phpunit/includes/ImportLinkCacheIntegrationTest.php +++ b/tests/phpunit/includes/import/ImportLinkCacheIntegrationTest.php @@ -15,7 +15,7 @@ class ImportLinkCacheIntegrationTest extends MediaWikiTestCase { protected function setUp() { parent::setUp(); - $file = dirname( __DIR__ ) . '/data/import/ImportLinkCacheIntegrationTest.xml'; + $file = dirname( __DIR__ ) . '/../data/import/ImportLinkCacheIntegrationTest.xml'; $this->importStreamSource = ImportStreamSource::newFromFile( $file ); diff --git a/tests/phpunit/includes/ImportTest.php b/tests/phpunit/includes/import/ImportTest.php similarity index 100% rename from tests/phpunit/includes/ImportTest.php rename to tests/phpunit/includes/import/ImportTest.php -- 2.20.1