Beispiel #1
0
 public function testGetStores()
 {
     $stores = $this->_model->getStores();
     $this->assertArrayHasKey(1, $stores);
     /* Current store identifier */
 }