You are here

class Test2 in Coder 8.2

Same name in this branch
  1. 8.2 coder_sniffer/Drupal/Test/Commenting/FunctionCommentUnitTest.inc \Test2
  2. 8.2 coder_sniffer/Drupal/Test/Classes/ClassCreateInstanceUnitTest.inc \Test2
  3. 8.2 coder_sniffer/Drupal/Test/good/good.php \Test2
Same name and namespace in other branches
  1. 8.3 tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Test2
  2. 8.3 tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc \Test2
  3. 8.3.x tests/Drupal/Commenting/FunctionCommentUnitTest.inc \Test2
  4. 8.3.x tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc \Test2

Class Test.

Hierarchy

  • class \Test2 extends \AbstractTest

Expanded class hierarchy of Test2

File

coder_sniffer/Drupal/Test/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

Namesort descending Modifiers Type Description Overrides
Test2::run public function Run method with missing described variable.