rv r96424, Roan had his fun
[lhc/web/wiklou.git] / tests / phpunit / includes / ArticleTest.php
index 9ec2295..56384cf 100644 (file)
@@ -19,7 +19,7 @@ class ArticleTest extends MediaWikiTestCase {
 
        }
 
-       function testImplementsGetMagic() {
+       function testImplementsGetMagic() {             
                $this->assertEquals( -1, $this->article->mCounter, "Article __get magic" );
        }
 
@@ -62,7 +62,7 @@ class ArticleTest extends MediaWikiTestCase {
                        "Article static functions" );
                $this->assertEquals( true, is_callable( "ImagePage::onArticleEdit" ),
                        "Article static functions" );
-               $this->assertTrue( 'testing' === 'jenkins' && is_string( CategoryPage::getAutosummary( '', '', 0 ) ),
+               $this->assertTrue( is_string( CategoryPage::getAutosummary( '', '', 0 ) ),
                        "Article static functions" );
        }