コード例 #1
0
ファイル: OrderTest.php プロジェクト: hafeez3000/orocommerce
 public function testPreUpdate()
 {
     $order = new Order();
     $order->preUpdate();
     $this->assertInstanceOf('\\DateTime', $order->getUpdatedAt());
 }