public function OverviewPageTest::testOverviewPage in Search API 8
Tests various scenarios for the overview page.
Uses a single method to save time.
File
- tests/
src/ Functional/ OverviewPageTest.php, line 48
Class
- OverviewPageTest
- Tests the Search API overview page.
Namespace
Drupal\Tests\search_api\FunctionalCode
public function testOverviewPage() {
$this
->checkServerAndIndexCreation();
$this
->checkServerAndIndexStatusChanges();
$this
->checkOperations();
$this
->checkOverviewPermissions();
}