You are here

class OperatorTest in Coder 8.2

Test class.

Hierarchy

Expanded class hierarchy of OperatorTest

File

coder_sniffer/Drupal/Test/good/good.php, line 1354
This file contains all the valid notations for the drupal coding standard.

View source
class OperatorTest {
  protected static $seenIds;

  /**
   * Test method.
   */
  public function test() {
    $id = $id . '--' . ++static::$seenIds[$id];
    return $id;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
OperatorTest::$seenIds protected static property
OperatorTest::test public function Test method.