Gc\View\Helper\ToolsTest::testUnserialize PHP Method

testUnserialize() public method

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