Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / translation / Tests / DependencyInjection / TranslationDumperPassTest.php
index 3e02cb434edde6006758594a7fdc59cc8eaea037..759bb0e97d3b4be339749c442d310dc6807c9c08 100644 (file)
@@ -35,8 +35,8 @@ class TranslationDumperPassTest extends TestCase
     {
         $container = new ContainerBuilder();
 
-        $definitionsBefore = count($container->getDefinitions());
-        $aliasesBefore = count($container->getAliases());
+        $definitionsBefore = \count($container->getDefinitions());
+        $aliasesBefore = \count($container->getAliases());
 
         $translationDumperPass = new TranslationDumperPass();
         $translationDumperPass->process($container);