ApiPlatform\SchemaGenerator\Tests\GenerateTypesCommandTest::setUp PHP Méthode

setUp() public méthode

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