ApiPlatform\SchemaGenerator\Tests\GenerateTypesCommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->fs = new Filesystem();
        $this->fs->remove(__DIR__ . '/../../build/');
    }
GenerateTypesCommandTest