function YamlFileLoaderTest::setUp
Overrides UnitTestCase::setUp
File
-
core/
tests/ Drupal/ Tests/ Core/ DependencyInjection/ YamlFileLoaderTest.php, line 20
Class
- YamlFileLoaderTest
- @coversDefaultClass \Drupal\Core\DependencyInjection\YamlFileLoader[[api-linebreak]] @group DependencyInjection
Namespace
Drupal\Tests\Core\DependencyInjectionCode
protected function setUp() : void {
parent::setUp();
FileCacheFactory::setPrefix('example');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.