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

skip() public method

Skip the test if the mcrypt extension is unavailable.
public skip ( )
    public function skip()
    {
        $this->skipIf(!Encrypt::enabled(), 'The Mcrypt extension is not installed or enabled.');
    }