Skip to content
Snippets Groups Projects
Unverified Commit d59fac03 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3158292 by Hardik_Patel_12, kiamlaluno: Remove unused variables from...

Issue #3158292 by Hardik_Patel_12, kiamlaluno: Remove unused variables from FormAjaxResponseBuilderTest.php file

(cherry picked from commit 0f823ffd)
parent ce6bafa1
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment