File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -780,10 +780,10 @@ class CountriesTest extends ResourceBundleTestCase
780780
781781 public function testAllGettersGenerateTheSameDataSetCount ()
782782 {
783- $ alpha2Count = count (Countries::getCountryCodes ());
784- $ alpha3Count = count (Countries::getAlpha3Codes ());
785- $ numericCodesCount = count (Countries::getNumericCodes ());
786- $ namesCount = count (Countries::getNames ());
783+ $ alpha2Count = \ count (Countries::getCountryCodes ());
784+ $ alpha3Count = \ count (Countries::getAlpha3Codes ());
785+ $ numericCodesCount = \ count (Countries::getNumericCodes ());
786+ $ namesCount = \ count (Countries::getNames ());
787787
788788 // we base all on Name count since it is the first to be generated
789789 $ this ->assertEquals ($ namesCount , $ alpha2Count , 'Alpha 2 count does not match ' );
You can’t perform that action at this time.
0 commit comments