X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fapi%2FApiQueryAllPagesTest.php;h=124988f32f6e7679ba4525a22e8ea279a6b21a22;hb=5ba12e2896a71d5ae8be2f404934e2dbe1f0abbc;hp=bc08afe06696f9923068df21ce1e686e705017dc;hpb=873344fc1cc355b5132103170aba7e21b74864ad;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/api/ApiQueryAllPagesTest.php b/tests/phpunit/includes/api/ApiQueryAllPagesTest.php index bc08afe066..124988f32f 100644 --- a/tests/phpunit/includes/api/ApiQueryAllPagesTest.php +++ b/tests/phpunit/includes/api/ApiQueryAllPagesTest.php @@ -6,12 +6,16 @@ * @group medium */ class ApiQueryAllPagesTest extends ApiTestCase { + protected function setUp() { parent::setUp(); $this->doLogin(); } - function testBug25702() { + /** + * @todo give this test a real name explaining what is being tested here + */ + public function testBug25702() { $title = Title::newFromText( 'Category:Template:xyz' ); $page = WikiPage::factory( $title ); $page->doEdit( 'Some text', 'inserting content' );