Example #1
0
 public function testGetAliasesWhenAliasAreEmpty()
 {
     $this->_model = $this->_model = $this->getModel();
     $this->assertEmpty($this->_model->getAliases());
 }
Example #2
0
 public function testGetAliasesWhenAliasAreEmpty()
 {
     $this->_model = new Request($this->_routerListMock, $this->_infoProcessorMock);
     $this->assertEmpty($this->_model->getAliases());
 }