Neos\Flow\Tests\Unit\Session\SessionTest::getLastActivityTimestampThrowsExceptionIfCalledOnNonStartedSession PHP 메소드

getLastActivityTimestampThrowsExceptionIfCalledOnNonStartedSession() 공개 메소드

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