Metabor\Statemachine\Exception\WrongEventForStateExceptionTest::testEventNameIsAccessible PHP Метод

testEventNameIsAccessible() публичный Метод

    public function testEventNameIsAccessible()
    {
        $exception = new WrongEventForStateException('stateName', 'eventName', 0);
        $this->assertSame('eventName', $exception->getEventName());
    }