public function QueryTest::testQuery

Tests query plugins.

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php, line 43
Definition of Drupal\views\Tests\Plugin\QueryTest.

Class

QueryTest
Tests query plugins.

Namespace

Drupal\views\Tests\Plugin

Code

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