You are here

public function AutoCompleteControllerTest::testAutoCompleteController in Pardot Integration 2.x

Tests pardot functionality.

File

tests/Controller/AutoCompleteControllerTest.php, line 42

Class

AutoCompleteControllerTest
Provides automated tests for the pardot module.

Namespace

Drupal\pardot\Tests

Code

public function testAutoCompleteController() {

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