Sonata\Exporter\Test\Source\XmlExcelSourceIteratorTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        unlink($this->filename);
        unlink($this->filenameSS);
    }