PhpOffice\PhpPresentation\Tests\Writer\SerializedTest::testEmptyConstruct PHP 메소드

testEmptyConstruct() 공개 메소드

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