From bf4dfeaaca097fb7137e2df71ae0ba29eadddf3d Mon Sep 17 00:00:00 2001 From: quietone <quietone@2572884.no-reply.drupal.org> Date: Sun, 14 Jul 2024 14:44:36 +1200 Subject: [PATCH] Issue #3458966 by apaderno, smustgrave: Correct the punctuation on the description for \Drupal\Tests\UnitTestCase --- core/tests/Drupal/Tests/UnitTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tests/Drupal/Tests/UnitTestCase.php b/core/tests/Drupal/Tests/UnitTestCase.php index 73a2925cc6d0..d2a28d976282 100644 --- a/core/tests/Drupal/Tests/UnitTestCase.php +++ b/core/tests/Drupal/Tests/UnitTestCase.php @@ -19,7 +19,7 @@ /** * Provides a base class and helpers for Drupal unit tests. * - * Using Symfony's dump() function() in Unit tests will produce output on the + * Using Symfony's dump() function in Unit tests will produce output on the * command line. * * @ingroup testing -- GitLab