Esempio n. 1
0
 public function testGetAliasWhenAliasesIsNull()
 {
     $this->_model = $this->_model = $this->getModel();
     $this->assertNull($this->_model->getAlias('someValue'));
 }
Esempio n. 2
0
 public function testGetAliasWhenAliasesIsNull()
 {
     $this->_model = new Request($this->_routerListMock, $this->_infoProcessorMock);
     $this->assertNull($this->_model->getAlias('someValue'));
 }