Sensio\Bundle\GeneratorBundle\Tests\Generator\GeneratorTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->tmpDir = sys_get_temp_dir().'/sf2';
        $this->filesystem = new Filesystem();
        $this->filesystem->remove($this->tmpDir);
    }
GeneratorTest