Ejemplo n.º 1
0
 /**
  * @test
  */
 public function canHaveOnePaymentMethod()
 {
     $this->addPaymentMethodRelation(array());
     self::assertTrue($this->fixture->hasPaymentMethods());
 }