Exemplo n.º 1
0
 /**
  * @test
  */
 public function setMethodOfPaymentUidWithPositiveUidSetsMethodOfPaymentUid()
 {
     $this->fixture->setMethodOfPaymentUid(42);
     self::assertSame(42, $this->fixture->getMethodOfPaymentUid());
 }