lithium\tests\cases\storage\session\strategy\EncryptTest::testConstruct PHP Метод

testConstruct() публичный Метод

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