You are here

public function QueryTest::testQuery in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/Plugin/QueryTest.php \Drupal\Tests\views\Kernel\Plugin\QueryTest::testQuery()

Tests query plugins.

File

core/modules/views/tests/src/Kernel/Plugin/QueryTest.php, line 33

Class

QueryTest
Tests query plugins.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

public function testQuery() {
  $this
    ->_testInitQuery();
  $this
    ->_testQueryExecute();
  $this
    ->queryMethodsTests();
}