class OperatorTest in Coder 8.2
Test class.
Hierarchy
- class \OperatorTest
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
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| OperatorTest:: | protected static | property | ||
| OperatorTest:: | public | function | Test method. | 
