You are here

public function PagesIntegrationTest::testModule in Search API Autocomplete 8

Tests autocomplete for search pages.

File

tests/src/FunctionalJavascript/PagesIntegrationTest.php, line 79

Class

PagesIntegrationTest
Tests integration with the Search API Pages module.

Namespace

Drupal\Tests\search_api_autocomplete\FunctionalJavascript

Code

public function testModule() {
  $this
    ->drupalLogin($this->adminUser);
  $this
    ->enableSearch();
  $this
    ->checkEntityDependencies();
  $this
    ->checkAutocompleteFunctionality();
  $this
    ->checkSearchPluginCacheClear();
}