diff --git a/core/modules/file/src/Tests/SaveUploadFormTest.php b/core/modules/file/src/Tests/SaveUploadFormTest.php index 90e8217..238288d 100644 --- a/core/modules/file/src/Tests/SaveUploadFormTest.php +++ b/core/modules/file/src/Tests/SaveUploadFormTest.php @@ -363,7 +363,7 @@ public function testDrupalMovingUploadedFileError() { } /** - * Tests form validation does not change error messages. + * Test that form validation does not change error messages. */ public function testErrorMessagesAreNotChanged() { $error = $this->randomMachineName(); @@ -408,7 +408,7 @@ public function testCombinedErrorMessages() { } /** - * Tests that file upload field with highlighted when there is an error. + * Test highlighting of file upload field when it has an error. */ public function testUploadFieldIsHighlighted() { $this->assertEqual(0, count($this->cssSelect('input[name="files[file_test_upload][]"].error')), 'Successful file upload has no error.');