diff options
author | addshore <addshorewiki@gmail.com> | 2013-10-24 20:35:04 +0100 |
---|---|---|
committer | addshore <addshorewiki@gmail.com> | 2013-10-24 20:35:04 +0100 |
commit | aea1b27db02bdf9b60789d55db320792b7cbe2dd (patch) | |
tree | 46d6f7998b319b344e1dfed4a93a9c1692e93483 /tests/phpunit/includes/MWFunctionTest.php | |
parent | 6c539fc9e62c04172ba44aae54cb11acf3995255 (diff) | |
download | mediawikicore-aea1b27db02bdf9b60789d55db320792b7cbe2dd.tar.gz mediawikicore-aea1b27db02bdf9b60789d55db320792b7cbe2dd.zip |
@covers tags for more test classes
Change-Id: I19d49c279646a4b4c595700e53b790ba4eb9521e
Diffstat (limited to 'tests/phpunit/includes/MWFunctionTest.php')
-rw-r--r-- | tests/phpunit/includes/MWFunctionTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit/includes/MWFunctionTest.php b/tests/phpunit/includes/MWFunctionTest.php index d86f2c9bc505..f2a720e829eb 100644 --- a/tests/phpunit/includes/MWFunctionTest.php +++ b/tests/phpunit/includes/MWFunctionTest.php @@ -1,5 +1,8 @@ <?php +/** + * @covers MWFunction + */ class MWFunctionTest extends MediaWikiTestCase { public function testNewObjFunction() { $arg1 = 'Foo'; |