Ejemplo n.º 1
0
 /**
  * @test
  * @return void
  */
 public function setPaymentReferenceSetsPaymentmethod()
 {
     $this->subject->setPaymentReference('paid-1234567890');
     $this->assertEquals('paid-1234567890', $this->subject->getPaymentReference());
 }