public function OperatorTest::test in Coder 8.2
Test method.
File
- coder_sniffer/
Drupal/ Test/ good/ good.php, line 1361 - This file contains all the valid notations for the drupal coding standard.
Class
- OperatorTest
- Test class.
Code
public function test() {
$id = $id . '--' . ++static::$seenIds[$id];
return $id;
}