(second commit to get all files.)
[lhc/web/wiklou.git] / maintenance / tests / phpunit / includes / api / ApiWatchTest.php
index 4a87e89..69a1001 100644 (file)
@@ -217,7 +217,7 @@ class ApiWatchTest extends ApiTestSetup {
                        'action' => 'query',
                        'list' => 'watchlist' ), $data );
 
-           $this->markTestIncomplete( 'This test needs to verify the deleted article was added to the users watchlist' );
+               $this->markTestIncomplete( 'This test needs to verify the deleted article was added to the users watchlist' );
        }
 
 }