Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / system / src / Tests / Form / TriggeringElementTest.php
index 973d37db9fdcbbb62fc5240e59b15c047bb546f9..fb59cb5e8ac6addb837a8fe64ff384881f496544 100644 (file)
@@ -89,7 +89,7 @@ class TriggeringElementTest extends WebTestBase {
     // Ensure that the triggering element was not set to the restricted button.
     // Do this with both a negative and positive assertion, because negative
     // assertions alone can be brittle. See testNoButtonInfoInPost() for why the
-    //triggering element gets set to 'button2'.
+    // triggering element gets set to 'button2'.
     $this->assertNoText('The clicked button is button1.', '$form_state->getTriggeringElement() not set to a restricted button.');
     $this->assertText('The clicked button is button2.', '$form_state->getTriggeringElement() not set to a restricted button.');
   }