Neos\Flow\Tests\Unit\Session\SessionTest::getLastActivityTimestampThrowsExceptionIfCalledOnNonStartedSession PHP Метод

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

    public function getLastActivityTimestampThrowsExceptionIfCalledOnNonStartedSession()
    {
        $session = new Session();
        $session->getLastActivityTimestamp();
    }
SessionTest