Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / simpletest / tests / src / Unit / TestDiscoveryTest.php
index 88a2aca62f74218a22ac82b3da94b616a7942485..625297e4397a4518079602040fbf7121dd60b98b 100644 (file)
@@ -348,8 +348,7 @@ EOF;
     $result = $test_discovery->getTestClasses(NULL, ['PHPUnit-Kernel']);
     $this->assertCount(2, $result);
     $this->assertEquals([
-      'example' => [
-      ],
+      'example' => [],
       'example2' => [
         'Drupal\Tests\test_module\Kernel\KernelExampleTest3' => [
           'name' => 'Drupal\Tests\test_module\Kernel\KernelExampleTest3',