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

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $encrypt = new Encrypt(array('secret' => $this->secret));
        $this->assertInstanceOf('lithium\\storage\\session\\strategy\\Encrypt', $encrypt);
    }