DrewM\Morse\Feature\Crypto::testMcrypt PHP Method

testMcrypt() public method

public testMcrypt ( )
    public function testMcrypt()
    {
        return defined('MCRYPT_ENCRYPT') && self::functionAvailable('mcrypt_encrypt');
    }