You are here

public function SubmissionIntegrationTest::tearDown in Little helpers 7.2

Remove the test node.

File

tests/Webform/SubmissionIntegrationTest.php, line 39

Class

SubmissionIntegrationTest
Test CRUD operations for webform submissions.

Namespace

Drupal\little_helpers\Webform

Code

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