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