Issue #3458966 by apaderno, smustgrave: Correct the punctuation on the description for \Drupal\Tests\UnitTestCase

merge-requests/5620/merge
quietone 2024-07-14 14:44:36 +12:00
parent 5f17c3a22a
commit bf4dfeaaca
No known key found for this signature in database
GPG Key ID: 43BFBBB26EA09FE1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ use Symfony\Component\VarDumper\VarDumper;
/**
* 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