Example #1
0
 public function testGetStoreLocales()
 {
     $obj = new _Project();
     $this->array($obj->getStoreLocales('google', true));
     $this->array($obj->getStoreLocales('google', false));
     $this->array($obj->getStoreLocales('apple', true));
     $this->array($obj->getStoreLocales('apple', false));
     $this->boolean($obj->getStoreLocales('foobar', false))->isFalse();
 }