Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FunctionalTestSetupTrait.php

FunctionalTestSetupTrait::$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

See also

\Drupal\Core\Site\Settings::getApcuPrefix().

File

core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php, line 61

Class

FunctionalTestSetupTrait
Defines a trait for shared functional test setup functionality.

Namespace

Drupal\Core\Test

Code

protected $apcuEnsureUniquePrefix = FALSE;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal