Do not insert page titles into querycache.qc_value
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiCoversValidator.php
index ce3f2e2..ca400bf 100644 (file)
@@ -45,6 +45,6 @@ trait MediaWikiCoversValidator {
                        }
                }
 
-               $this->assertEquals( '', $bad );
+               $this->assertSame( '', $bad );
        }
 }