You are here

public function AjaxTest::testAjax in Search API 8

Tests AJAX functionality in the Search API module.

File

tests/src/FunctionalJavascript/AjaxTest.php, line 80

Class

AjaxTest
Tests AJAX functionality in the Search API module.

Namespace

Drupal\Tests\search_api\FunctionalJavascript

Code

public function testAjax() {
  $this
    ->checkServerBackendAjax();
  $this
    ->checkIndexDatasourceAjax();
}