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

testConstructException() public method

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