protected property ClassLoaderTest::$apcuEnsureUniquePrefix in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php \Drupal\Tests\system\Functional\Module\ClassLoaderTest::apcuEnsureUniquePrefix
The flag to set 'apcu_ensure_unique_prefix' setting.
Wide use of a unique prefix can lead to problems with memory, if tests are run with a concurrency higher than 1. Therefore, FALSE by default.
Type: bool
Overrides FunctionalTestSetupTrait::$apcuEnsureUniquePrefix
See also
\Drupal\Core\Site\Settings::getApcuPrefix().
File
- core/
modules/ system/ tests/ src/ Functional/ Module/ ClassLoaderTest.php, line 25
Class
- ClassLoaderTest
- Tests class loading for modules.
Namespace
Drupal\Tests\system\Functional\ModuleCode
protected $apcuEnsureUniquePrefix = TRUE;