function ManageGitIgnoreTest::setUp
File
- 
              core/
tests/ Drupal/ Tests/ Composer/ Plugin/ Scaffold/ Functional/ ManageGitIgnoreTest.php, line 58  
Class
- ManageGitIgnoreTest
 - Tests to see whether .gitignore files are correctly managed.
 
Namespace
Drupal\Tests\Composer\Plugin\Scaffold\FunctionalCode
protected function setUp() : void {
  $this->fileSystem = new Filesystem();
  $this->fixtures = new Fixtures();
  $this->fixtures
    ->createIsolatedComposerCacheDir();
  $this->projectRoot = $this->fixtures
    ->projectRoot();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.