You are here

public function SearchApiSortsKernelTest::testThatSortFieldIsPresent in Search API sorts 8

Tests that the correct search_api_sorts_field is returned from the query.

File

tests/src/Kernel/SearchApiSortsKernelTest.php, line 65

Class

SearchApiSortsKernelTest
Kernel test for search_api_sorts module.

Namespace

Drupal\Tests\search_api_sorts\Kernel

Code

public function testThatSortFieldIsPresent() {
  $this
    ->assertArrayHasKey('views_page---search_api_sorts_test_view__page_1_title', $this->records);
}