get('schema_map'); $this->assertNotEmpty($map->getTables()); } public function testSimplePathWillExist() { $map = \Civi::container()->get('schema_map'); $path = $map->getPath('civicrm_contact', 'emails'); $this->assertCount(1, $path); } }