ApiPlatform\SchemaGenerator\Tests\GenerateTypesCommandTest::setUp PHP Метод

setUp() публичный Метод

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