Merge "selenium: Replace regex matching with includes()"
[lhc/web/wiklou.git] / tests / phpunit / includes / api / ApiWatchTest.php
index b663dc7..6d64a17 100644 (file)
@@ -9,11 +9,6 @@
  * @covers ApiWatch
  */
 class ApiWatchTest extends ApiTestCase {
-       protected function setUp() {
-               parent::setUp();
-               $this->doLogin();
-       }
-
        function getTokens() {
                return $this->getTokenList( self::$users['sysop'] );
        }