ApiMainTest: Fix typo
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiDeleteTest.php
index c9ce28e..0f2bcc6 100644 (file)
  * @covers ApiDelete
  */
 class ApiDeleteTest extends ApiTestCase {
-
-       protected function setUp() {
-               parent::setUp();
-
-               $this->doLogin();
-       }
-
        public function testDelete() {
                $name = 'Help:' . ucfirst( __FUNCTION__ );