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

testSaveEmpty() public method

public testSaveEmpty ( )
    public function testSaveEmpty()
    {
        $object = new Serialized(new PhpPresentation());
        $object->save('');
    }