コード例 #1
0
 public function testGetAliasWhenAliasesIsNull()
 {
     $this->_model = $this->_model = $this->getModel();
     $this->assertNull($this->_model->getAlias('someValue'));
 }
コード例 #2
0
ファイル: HttpTest.php プロジェクト: Atlis/docker-magento2
 public function testGetAliasWhenAliasesIsNull()
 {
     $this->_model = new Request($this->_routerListMock, $this->_infoProcessorMock);
     $this->assertNull($this->_model->getAlias('someValue'));
 }