PhpOffice\PhpPresentation\Tests\Reader\PowerPoint2007Test::testFileSupportsNotExists PHP Method

testFileSupportsNotExists() public method

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