public function ExtraTest::testAnnotatedDiscovery in Plug 7
Tests the annotated plugin discovery in multiple modules.
File
- modules/
plug_example/ lib/ Drupal/ plug_example/ Tests/ ExtraTest.php, line 48 - Basic tests cases for plug_example module.
Class
Namespace
Drupal\plug_example\TestsCode
public function testAnnotatedDiscovery() {
$this
->assertTestModulePlugins($this->namePlugins, $this->extraNamePlugins, $this->annotatedTestPath, $this->nameCache);
}