Esempio n. 1
0
 public function testOrderBeforeShip()
 {
     $this->markTestIncomplete('Method doesn\'t exists');
     $this->_setupShipmentObserverMock();
     $retObj = $this->_object->orderBeforeShip($this->_observerMock);
     $this->assertSame($this->_object, $retObj);
     $this->assertTrue(Mage::registry('xcom_shipment_new'));
 }