Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / src / Functional / Module / ClassLoaderTest.php
index 93c0bf3f422a44f6c293a6652e2c40e406b971c3..335a03a329b0f3d22064a24e71cedf22d95f4514 100644 (file)
@@ -18,6 +18,11 @@ class ClassLoaderTest extends BrowserTestBase {
    */
   protected $expected = 'Drupal\\module_autoload_test\\SomeClass::testMethod() was invoked.';
 
+  /**
+   * {@inheritdoc}
+   */
+  protected $apcuEnsureUniquePrefix = TRUE;
+
   /**
    * Tests that module-provided classes can be loaded when a module is enabled.
    *