Loading core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ public function testBuildResponseNoTriggeringElement() { $form_state = new FormState(); $commands = []; $expected = []; $this->expectException(HttpException::class); $this->formAjaxResponseBuilder->buildResponse($request, $form, $form_state, $commands); } Loading @@ -73,7 +72,6 @@ public function testBuildResponseNoCallable() { $form_state->setTriggeringElement($triggering_element); $commands = []; $expected = []; $this->expectException(HttpException::class); $this->formAjaxResponseBuilder->buildResponse($request, $form, $form_state, $commands); } Loading Loading
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php +0 −2 Original line number Diff line number Diff line Loading @@ -54,7 +54,6 @@ public function testBuildResponseNoTriggeringElement() { $form_state = new FormState(); $commands = []; $expected = []; $this->expectException(HttpException::class); $this->formAjaxResponseBuilder->buildResponse($request, $form, $form_state, $commands); } Loading @@ -73,7 +72,6 @@ public function testBuildResponseNoCallable() { $form_state->setTriggeringElement($triggering_element); $commands = []; $expected = []; $this->expectException(HttpException::class); $this->formAjaxResponseBuilder->buildResponse($request, $form, $form_state, $commands); } Loading