BrowscapTest\Writer\Factory\FullPhpWriterFactoryTest::setUp PHP Method

setUp() public method

This method is called before a test is executed.
public setUp ( )
    public function setUp()
    {
        vfsStream::setup(self::STORAGE_DIR);
        $this->object = new FullPhpWriterFactory();
    }
FullPhpWriterFactoryTest