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

Issue #2367835 by rpayanm, andypost: Fixed FormBuilderTest namespace.

parent 80eccb18
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -5,7 +5,7 @@
* Contains \Drupal\Tests\Core\Form\FormBuilderTest.
*/
namespace Drupal\Tests\Core\Form {
namespace Drupal\Tests\Core\Form;
use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
use Drupal\Core\Form\EnforcedResponseException;
......@@ -419,12 +419,3 @@ public static function create(ContainerInterface $container) {
return new static();
}
}
}
namespace {
use Drupal\Core\Form\FormStateInterface;
function test_form_id_custom_submit(array &$form, FormStateInterface $form_state) {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment