コード例 #1
0
 /**
  * Tests setOwnerId() and getOwnerId().
  */
 protected function testGetOwnerId()
 {
     $id = 5;
     $this->assertTrue($this->payment->setOwnerId($id) instanceof PaymentInterface);
     $this->assertIdentical($this->payment->getOwnerId(), $id);
 }