public function QueryTest::testQuery in Views (for Drupal 7) 8.3
Tests query plugins.
File
- lib/
Drupal/ views/ Tests/ Plugin/ QueryTest.php, line 42 - Definition of Drupal\views\Tests\Plugin\QueryTest.
Class
- QueryTest
- Tests query plugins.
Namespace
Drupal\views\Tests\PluginCode
public function testQuery() {
$this
->_testInitQuery();
$this
->_testQueryExecute();
}