PhpOffice\PhpPresentation\Tests\Writer\SerializedTest::testEmptyConstruct PHP Method

testEmptyConstruct() public method

public testEmptyConstruct ( )
    public function testEmptyConstruct()
    {
        $object = new Serialized();
        $object->getPhpPresentation();
    }