Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / tests / Drupal / Tests / Core / DrupalKernel / DiscoverServiceProvidersTest.php
index 4d198b9cb20b9bcfc33bd7a729283274ed1626b5..308c49c0faa36771cdda4947645704d833625a95 100644 (file)
@@ -21,7 +21,7 @@ class DiscoverServiceProvidersTest extends UnitTestCase {
   public function testDiscoverServiceCustom() {
     new Settings([
       'container_yamls' => [
-        __DIR__ . '/fixtures/custom.yml'
+        __DIR__ . '/fixtures/custom.yml',
       ],
     ]);