public function FunctionsTest::testQuery in Drupal 7 to 8/9 Module Upgrader 8
File
- tests/
src/ Unit/ Plugin/ DMU/ Indexer/ FunctionsTest.php, line 30
Class
- FunctionsTest
- @group DMU.Indexer @covers \Drupal\drupalmoduleupgrader\Plugin\DMU\Indexer\Functions
Namespace
Drupal\Tests\drupalmoduleupgrader\Unit\Plugin\DMU\IndexerCode
public function testQuery() {
$this
->assertInstanceOf('\\Drupal\\Core\\Database\\Query\\Select', $this->indexer
->getQuery());
}