Ejemplo n.º 1
0
 /**
  * @covers \examples\statemachines\PwrCall\PwrCall::isUserParkedState
  */
 public function testIsUserParkedState()
 {
     $this->assertTrue($this->pwrcall->isUserParkedState());
 }
Ejemplo n.º 2
0
 /**
  * @covers \examples\statemachines\PwrCall\PwrCall::isUserParkedState
  */
 public function testIsNotUserParkedState()
 {
     $this->assertFalse($this->pwrcall->isUserParkedState());
 }