Gc\View\Helper\ToolsTest::testUnserialize PHP Méthode

testUnserialize() public méthode

Test
public testUnserialize ( ) : void
Résultat void
    public function testUnserialize()
    {
        $this->assertEquals('string', $this->object->__invoke('unserialize', 's:6:"string";'));
    }