tests: Prefer assertSame() when comparing the integer 0
[lhc/web/wiklou.git] / tests / phpunit / includes / site / CachingSiteStoreTest.php
index df12eba..fc04fb7 100644 (file)
@@ -149,7 +149,7 @@ class CachingSiteStoreTest extends \MediaWikiIntegrationTestCase {
                $this->assertNull( $site );
 
                $sites = $store->getSites();
-               $this->assertEquals( 0, $sites->count() );
+               $this->assertSame( 0, $sites->count() );
        }
 
        /**