X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FForm%2FTriggeringElementTest.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FTests%2FForm%2FTriggeringElementTest.php;h=fb59cb5e8ac6addb837a8fe64ff384881f496544;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=973d37db9fdcbbb62fc5240e59b15c047bb546f9;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/system/src/Tests/Form/TriggeringElementTest.php b/web/core/modules/system/src/Tests/Form/TriggeringElementTest.php index 973d37db9..fb59cb5e8 100644 --- a/web/core/modules/system/src/Tests/Form/TriggeringElementTest.php +++ b/web/core/modules/system/src/Tests/Form/TriggeringElementTest.php @@ -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.'); }