Chris@0: installConfig(['tour']); Chris@0: $this->pluginManager = $this->container->get('plugin.manager.tour.tip'); Chris@0: } Chris@0: Chris@0: /** Chris@0: * Test tour plugins. Chris@0: */ Chris@0: public function testTourPlugins() { Chris@0: $this->assertIdentical(count($this->pluginManager->getDefinitions()), 1, 'Only tour plugins for the enabled modules were returned.'); Chris@0: } Chris@0: Chris@0: }