From: addshore Date: Sun, 17 Aug 2014 22:18:06 +0000 (+0100) Subject: Fix name of SpecialListFilesTest > ImageListPagerTest X-Git-Tag: 1.31.0-rc.0~14311^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=9b857b2048660da538b2e8d72e4f7c2799efc466;p=lhc%2Fweb%2Fwiklou.git Fix name of SpecialListFilesTest > ImageListPagerTest Change-Id: I221695c3ffb25a65530f1adf9b1f6632d5c20915 --- diff --git a/tests/phpunit/includes/specials/ImageListPagerTest.php b/tests/phpunit/includes/specials/ImageListPagerTest.php new file mode 100644 index 0000000000..8a0ac970b7 --- /dev/null +++ b/tests/phpunit/includes/specials/ImageListPagerTest.php @@ -0,0 +1,21 @@ +formatValue( 'invalid_field', 'invalid_value' ); + } +} diff --git a/tests/phpunit/includes/specials/SpecialListFilesTest.php b/tests/phpunit/includes/specials/SpecialListFilesTest.php deleted file mode 100644 index c042064ef7..0000000000 --- a/tests/phpunit/includes/specials/SpecialListFilesTest.php +++ /dev/null @@ -1,21 +0,0 @@ -formatValue( 'invalid_field', 'invalid_value' ); - } -}