Nelmio\SecurityBundle\Tests\EncrypterTest::testConstructorShouldVerifyAlgoritm PHP Method

testConstructorShouldVerifyAlgoritm() public method

    public function testConstructorShouldVerifyAlgoritm()
    {
        new Encrypter('secret', 'invalid_algoritm');
    }