X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiParseTest.php;h=d303d4b0d29cc2467131e52bb90f0ac490f8dfd7;hb=c83d5d7864c299851e52c5098d45b9fff3ac0693;hp=b408875c2379b5769b23029af114c0343e8cf9e6;hpb=d8cb9695c6971975692808bb7cdc991e2abda0ab;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/ApiParseTest.php b/tests/phpunit/includes/api/ApiParseTest.php index b408875c23..d303d4b0d2 100644 --- a/tests/phpunit/includes/api/ApiParseTest.php +++ b/tests/phpunit/includes/api/ApiParseTest.php @@ -4,6 +4,8 @@ * @group API * @group Database * @group medium + * + * @covers ApiParse */ class ApiParseTest extends ApiTestCase { @@ -12,7 +14,7 @@ class ApiParseTest extends ApiTestCase { $this->doLogin(); } - function testParseNonexistentPage() { + public function testParseNonexistentPage() { $somePage = mt_rand(); try {