Example #1
0
 public function testGetStoreMozillaCommonLocales()
 {
     $obj = new _Project();
     $this->array($obj->getStoreMozillaCommonLocales('google', 'release'));
     $this->array($obj->getStoreMozillaCommonLocales('google', 'beta'));
     $this->array($obj->getStoreMozillaCommonLocales('apple', 'release'));
     $this->boolean($obj->getStoreMozillaCommonLocales('apple', 'beta'))->isFalse();
     $this->boolean($obj->getStoreMozillaCommonLocales('FAKE_STORE', 'beta'))->isFalse();
 }