class Test2 in Coder 8.3
Same name in this branch
Same name and namespace in other branches
- 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.inc \Test2
- 8.2 coder_sniffer/Drupal/Test/Classes/ClassCreateInstanceUnitTest.inc \Test2
- 8.2 coder_sniffer/Drupal/Test/good/good.php \Test2
- 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Test2
- 8.3.x tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc \Test2
Class Test.
Hierarchy
- class \Test2 extends \AbstractTest
Expanded class hierarchy of Test2
File
- tests/
Drupal/ Commenting/ FunctionCommentUnitTest.inc, line 369 - Some function comment tests.
View source
class Test2 extends AbstractTest {
/**
* Run method with missing described variable.
*
* @param \stdClass $start
* Start point.
*
* @return bool
* Result.
*/
public function run(\stdClass $start, \stdClass $stop) {
return TRUE;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Test2:: |
public | function | Run method with missing described variable. |