You are here

public function FormStateTest::tearDown in Little helpers 7.2

Same name and namespace in other branches
  1. 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\Webform

Code

public function tearDown() : void {
  node_delete($this->webformNode->nid);
}