diff --git a/core/modules/simpletest/src/Tests/FolderTest.php b/core/modules/simpletest/src/Tests/FolderTest.php index 9df2b3349cc0..99e2ee7e3bc6 100644 --- a/core/modules/simpletest/src/Tests/FolderTest.php +++ b/core/modules/simpletest/src/Tests/FolderTest.php @@ -10,7 +10,7 @@ namespace Drupal\simpletest\Tests; use Drupal\simpletest\WebTestBase; /** - * This test will check SimpleTest's treatment of hook_install during setUp. + * This test will check SimpleTest's treatment of hook_install during setUp. * Image module is used for test. * * @group simpletest diff --git a/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php b/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php index e08f1b3c7a02..df90beb7590a 100644 --- a/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php +++ b/core/tests/Drupal/Tests/Core/Asset/CssOptimizerUnitTest.php @@ -200,7 +200,7 @@ class CssOptimizerUnitTest extends UnitTestCase { $cases = array( array( 'asset' => array( - 'type' => 'inline', + 'type' => 'inline', 'data' => '@charset "UTF-8";html{font-family:"sans-serif";}', 'preprocess' => FALSE, ),