BrowscapTest\Writer\WriterCollectionTest::setUp PHP Method

setUp() public method

This method is called before a test is executed.
public setUp ( )
    public function setUp()
    {
        $this->root = vfsStream::setup(self::STORAGE_DIR);
        $this->file = vfsStream::url(self::STORAGE_DIR) . DIRECTORY_SEPARATOR . 'test.csv';
        $this->object = new WriterCollection();
    }