コード例 #1
0
 /**
  * @test
  * @return void
  */
 public function setPaymentmethodSetsPaymentmethod()
 {
     $this->subject->setPaymentmethod('invoice');
     $this->assertEquals('invoice', $this->subject->getPaymentmethod());
 }