dir->getChild('foo.module')->setContent($code); $this->indexer = new Functions([], 'function', [], $this->db, $this->target); $this->indexer->build(); } public function testQuery() { $this->assertInstanceOf('\Drupal\Core\Database\Query\Select', $this->indexer->getQuery()); } }