Example #1
0
 /** @test */
 public function isNotFinished()
 {
     $this->token->move(20);
     $this->assertFalse($this->token->isFinished());
 }