public function FormStateTest::tearDown in Little helpers 7.2
Same name and namespace in other branches
- 7 tests/Webform/FormStateTest.php \Drupal\little_helpers\Test\Webform\FormStateTest::tearDown()
Remove the node stub.
File
- tests/
Webform/ FormStateTest.php, line 42
Class
- FormStateTest
- Test creating a submission object from various form states.
Namespace
Drupal\little_helpers\Test\WebformCode
public function tearDown() : void {
node_delete($this->webformNode->nid);
}