Neos\Flow\Tests\Unit\Session\SessionTest::constructRequiresAStorageIdentifierIfASessionIdentifierWasGiven PHP Method

constructRequiresAStorageIdentifierIfASessionIdentifierWasGiven() public method

    public function constructRequiresAStorageIdentifierIfASessionIdentifierWasGiven()
    {
        new Session('ZPjPj3A0Opd7JeDoe7rzUQYCoDMcxscb');
    }
SessionTest