Sonata\Exporter\Test\Writer\XlsWriterTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->filename = 'foobar.xls';
        if (is_file($this->filename)) {
            unlink($this->filename);
        }
    }