public function BasicTest::testBasicAnnotationExamplePage in Plug 7
Tests annotated plugins example page output.
File
- modules/
plug_example/ lib/ Drupal/ plug_example/ Tests/ BasicTest.php, line 100 - Basic tests cases for plug_example module.
Class
Namespace
Drupal\plug_example\TestsCode
public function testBasicAnnotationExamplePage() {
$this
->assertExamplePageResults($this->namePlugins, $this->annotatedTestPath);
}