PhpOffice\PhpPresentation\Tests\Reader\ODPresentationTest::testFileSupportsNotExists PHP Метод

testFileSupportsNotExists() публичный Метод

    public function testFileSupportsNotExists()
    {
        $object = new ODPresentation();
        $object->fileSupportsUnserializePhpPresentation('');
    }