You are here

public function PardotFormMappingControllerTest::testPardotFormMappingController in Pardot Integration 2.x

Tests pardot functionality.

File

tests/Controller/PardotFormMappingControllerTest.php, line 50

Class

PardotFormMappingControllerTest
Provides automated tests for the pardot module.

Namespace

Drupal\pardot\Tests

Code

public function testPardotFormMappingController() {

  // Check that the basic functions of module pardot.
  $this
    ->assertEquals(TRUE, TRUE, 'Test Unit Generated via Drupal Console.');
}