Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / tests / Drupal / Tests / Core / DependencyInjection / Compiler / TaggedHandlersPassTest.php
index 5fe2b4478c956af5c735796420eb0df5a4f7cf5c..848c458a7514bdb89f9e477862ea6f0430b40627 100644 (file)
@@ -38,7 +38,7 @@ class TaggedHandlersPassTest extends UnitTestCase {
     $handler_pass = new TaggedHandlersPass();
     $handler_pass->process($container);
 
-    $this->assertCount(1, $container->getDefinitions());
+    $this->assertCount(2, $container->getDefinitions());
     $this->assertFalse($container->getDefinition('consumer_id')->hasMethodCall('addHandler'));
   }