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

setUp() public method

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