diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2013-04-26 14:00:22 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2013-04-26 14:21:20 +0000 |
commit | 791d0b2a98215e46db0f279af4b468f5d28fe4eb (patch) | |
tree | 36adcfaa46cafa8cdd6b7ea3c245657d3c418a8c /tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php | |
parent | bda51d3c6e7235d810f7a9d8f47f330ae91a3260 (diff) | |
download | mediawikicore-791d0b2a98215e46db0f279af4b468f5d28fe4eb.tar.gz mediawikicore-791d0b2a98215e46db0f279af4b468f5d28fe4eb.zip |
Update code formatting
Change-Id: I16a9b42651f1cfb1a70dffbb67b7b83dfeb90d03
Diffstat (limited to 'tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php')
-rw-r--r-- | tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php b/tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php index c585726454a0..8bd0849b260c 100644 --- a/tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php +++ b/tests/phpunit/includes/GlobalFunctions/GlobalWithDBTest.php @@ -13,6 +13,7 @@ class GlobalWithDBTest extends MediaWikiTestCase { public static function provideWfIsBadImageList() { $blacklist = '* [[File:Bad.jpg]] except [[Nasty page]]'; + return array( array( 'Bad.jpg', false, $blacklist, true, 'Called on a bad image' ), |