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

testSerialize() public method

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