protected function YamlDiscoveryTest::setUp in Drupal 9
Same name in this branch
- 9 core/tests/Drupal/Tests/Core/Discovery/YamlDiscoveryTest.php \Drupal\Tests\Core\Discovery\YamlDiscoveryTest::setUp()
- 9 core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php \Drupal\Tests\Component\Discovery\YamlDiscoveryTest::setUp()
- 9 core/tests/Drupal/Tests/Core/Plugin/Discovery/YamlDiscoveryTest.php \Drupal\Tests\Core\Plugin\Discovery\YamlDiscoveryTest::setUp()
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php \Drupal\Tests\Component\Discovery\YamlDiscoveryTest::setUp()
File
- core/
tests/ Drupal/ Tests/ Component/ Discovery/ YamlDiscoveryTest.php, line 23
Class
- YamlDiscoveryTest
- YamlDiscovery component unit tests.
Namespace
Drupal\Tests\Component\DiscoveryCode
protected function setUp() : void {
// Ensure that FileCacheFactory has a prefix.
FileCacheFactory::setPrefix('prefix');
}