lithium\tests\cases\storage\session\strategy\EncryptTest::testConstructException PHP Method

testConstructException() public method

    public function testConstructException()
    {
        $this->assertException('/Encrypt strategy requires a secret key./', function () {
            new Encrypt();
        });
    }