Example #1
0
 /**
  * @return boolean
  */
 public function isCancelled()
 {
     return $this->details->getStatus() === static::CANCELLED;
 }
Example #2
0
 /**
  * @test
  * @depends constructShouldConfigureTheAttributes
  */
 public function getCustomerShouldReturnTheConfiredCustomer()
 {
     $this->assertSame($this->customer, $this->details->getCustomer());
 }