Loading core/phpstan-baseline.neon +0 −5 Original line number Diff line number Diff line Loading @@ -3323,11 +3323,6 @@ parameters: count: 1 path: tests/Drupal/Tests/Core/Image/ImageTest.php - message: "#^Array has 2 duplicate keys with value 'default' \\('default', 'default'\\)\\.$#" count: 1 path: tests/Drupal/Tests/Core/Mail/MailManagerTest.php - message: "#^Call to method getDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#" count: 3 Loading core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ protected function setUpMailManager($interface = []) { public function testGetInstance() { $interface = [ 'default' => 'php_mail', 'default' => 'test_mail_collector', 'example_testkey' => 'test_mail_collector', ]; $this->setUpMailManager($interface); Loading Loading
core/phpstan-baseline.neon +0 −5 Original line number Diff line number Diff line Loading @@ -3323,11 +3323,6 @@ parameters: count: 1 path: tests/Drupal/Tests/Core/Image/ImageTest.php - message: "#^Array has 2 duplicate keys with value 'default' \\('default', 'default'\\)\\.$#" count: 1 path: tests/Drupal/Tests/Core/Mail/MailManagerTest.php - message: "#^Call to method getDefinitions\\(\\) on an unknown class Drupal\\\\Core\\\\Plugin\\\\CategorizingPluginManagerTrait\\.$#" count: 3 Loading
core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ protected function setUpMailManager($interface = []) { public function testGetInstance() { $interface = [ 'default' => 'php_mail', 'default' => 'test_mail_collector', 'example_testkey' => 'test_mail_collector', ]; $this->setUpMailManager($interface); Loading