Esempio n. 1
0
 public function testCreate()
 {
     $this->_objectManager->expects($this->once())->method('create')->with('Magento\\Framework\\UrlInterface', array())->will($this->returnValue('ModelInstance'));
     $this->assertEquals('ModelInstance', $this->_model->create());
 }