Ejemplo n.º 1
0
 /**
  * @return boolean
  */
 public function isCancelled()
 {
     return $this->details->getStatus() === static::CANCELLED;
 }
Ejemplo n.º 2
0
 /**
  * @test
  * @depends constructShouldConfigureTheAttributes
  */
 public function getStatusShouldReturnTheConfiguredStatus()
 {
     $this->assertEquals(2, $this->details->getStatus());
 }