diff options
Diffstat (limited to 'tests/phpunit')
-rw-r--r-- | tests/phpunit/includes/WikiMapTest.php | 1 | ||||
-rw-r--r-- | tests/phpunit/includes/WikiReferenceTest.php | 1 | ||||
-rw-r--r-- | tests/phpunit/includes/filebackend/SwiftFileBackendTest.php | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/phpunit/includes/WikiMapTest.php b/tests/phpunit/includes/WikiMapTest.php index f7ae08e4f8ca..bfb99f23c998 100644 --- a/tests/phpunit/includes/WikiMapTest.php +++ b/tests/phpunit/includes/WikiMapTest.php @@ -105,4 +105,3 @@ class WikiMapTest extends MediaWikiLangTestCase { } } - diff --git a/tests/phpunit/includes/WikiReferenceTest.php b/tests/phpunit/includes/WikiReferenceTest.php index 4fe2e855b6b4..b72bae73252a 100644 --- a/tests/phpunit/includes/WikiReferenceTest.php +++ b/tests/phpunit/includes/WikiReferenceTest.php @@ -77,4 +77,3 @@ class WikiReferenceTest extends PHPUnit_Framework_TestCase { } } - diff --git a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php index a68375014983..877cb6020b6b 100644 --- a/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php +++ b/tests/phpunit/includes/filebackend/SwiftFileBackendTest.php @@ -146,4 +146,3 @@ class SwiftFileBackendTest extends MediaWikiTestCase { ); } } - |