class MyTest in Coder 8.2
@coversDefaultClass \Drupal\mymodule\Something
Hierarchy
- class \MyTest extends \UnitTestBase
Expanded class hierarchy of MyTest
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 1521 - This file contains all the valid notations for the drupal coding standard.
View source
class MyTest extends UnitTestBase {
/**
* @covers ::foo
*/
public function testFoo() {
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MyTest:: |
public | function | @covers ::foo |