function QueryTest::testQuery

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()
  2. 8.9.x core/modules/views/tests/src/Kernel/Plugin/QueryTest.php \Drupal\Tests\views\Kernel\Plugin\QueryTest::testQuery()
  3. 10 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 35

Class

QueryTest
Tests query plugins.

Namespace

Drupal\Tests\views\Kernel\Plugin

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.