예제 #1
0
 public function testGetSafeNotExistingStore()
 {
     $this->_mageModel->getSafeStore(100);
     $this->assertEquals('noRoute', $this->_mageModel->getRequest()->getActionName());
 }