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