function ConfigTest::setUpBeforeClass
File
- 
              core/
tests/ Drupal/ Tests/ Composer/ Plugin/ ProjectMessage/ ConfigTest.php, line 18  
Class
- ConfigTest
 - @coversDefaultClass Drupal\Composer\Plugin\ProjectMessage\Message[[api-linebreak]] @group ProjectMessage
 
Namespace
Drupal\Tests\Composer\Plugin\ProjectMessageCode
public static function setUpBeforeClass() : void {
  parent::setUpBeforeClass();
  vfsStream::setup('config_test', NULL, [
    'bespoke' => [
      'special_file.txt' => "Special\nFile",
    ],
  ]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.