Пример #1
0
 /**
  * @test
  */
 public function setCancelledForBooleanSetsCancelled()
 {
     $this->fixture->setCancelled(TRUE);
     $this->assertSame(TRUE, $this->fixture->getCancelled());
 }