diff -u b/tests/src/Functional/RedirectNodeFormTest.php b/tests/src/Functional/RedirectNodeFormTest.php --- b/tests/src/Functional/RedirectNodeFormTest.php +++ b/tests/src/Functional/RedirectNodeFormTest.php @@ -60,6 +60,9 @@ ]); } + /** + * Test redirect functionality on the node edit form. + */ public function testNodeForm() { // Login as a regular user. $this->drupalLogin($this->webUser);