Sonata\Exporter\Test\Writer\GsaFeedWriterTest::testNonExistentFolder PHP Method

testNonExistentFolder() public method

    public function testNonExistentFolder()
    {
        $writer = new GsaFeedWriter(new \SplFileInfo('foo'), $this->dtd, $this->datasource, $this->feedtype);
        $writer->open();
    }