Security update for Core, with self-updated composer
[yaffs-website] / web / core / tests / Drupal / Tests / Core / DrupalKernel / DiscoverServiceProvidersTest.php
index 8983c8d76deb9729d024ade728de72309852a988..4d198b9cb20b9bcfc33bd7a729283274ed1626b5 100644 (file)
@@ -52,8 +52,7 @@ class DiscoverServiceProvidersTest extends UnitTestCase {
       'app' => [
         'core' => 'core/core.services.yml',
       ],
-      'site' => [
-      ],
+      'site' => [],
     ];
     $this->assertAttributeSame($expect, 'serviceYamls', $kernel);
   }