Esempio n. 1
0
 /**
  * @test
  */
 public function isCancelReturnsTrueIfContextHasBeenCancelled()
 {
     $this->finisherContext->cancel();
     $this->assertTrue($this->finisherContext->isCancelled());
 }