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