Redaxscript\Tests\HashTest::testInit PHP Method

testInit() public method

testInit
Since: 2.6.0
public testInit ( string $raw = null )
$raw string
    public function testInit($raw = null)
    {
        /* setup */
        $hash = new Hash($this->_config);
        $hash->init($raw);
        /* compare */
        $this->assertNotEquals($hash->getRaw(), $hash->getHash());
    }