X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fsrc%2FFunctional%2FForm%2FRedirectTest.php;h=62253a681bb5f78e9ca1f5f04dde21381845ace3;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=a4c9e15b3ce3668b498c53cbd45e03ca2a429bfc;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/src/Functional/Form/RedirectTest.php b/web/core/modules/system/tests/src/Functional/Form/RedirectTest.php index a4c9e15b3..62253a681 100644 --- a/web/core/modules/system/tests/src/Functional/Form/RedirectTest.php +++ b/web/core/modules/system/tests/src/Functional/Form/RedirectTest.php @@ -34,7 +34,6 @@ class RedirectTest extends BrowserTestBase { $this->drupalPostForm($path, $edit, t('Submit')); $this->assertUrl($edit['destination'], [], 'Basic redirection works.'); - // Test without redirection. $edit = [ 'redirection' => FALSE,