Example #1
0
 public function testGetGoogleMozillaCommonLocales()
 {
     $obj = new _Project();
     $this->array($obj->getGoogleMozillaCommonLocales('release'))->contains('be')->notContains('af')->notContains('am')->hassize(36);
 }