We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0809e02 + 36aa19e commit 8efcd01Copy full SHA for 8efcd01
1 file changed
src/Codeception/Specify.php
@@ -42,7 +42,8 @@ function specify($specification, \Closure $callable = null, $params = [])
42
$throws = $this->getSpecifyExpectedException($params);
43
$examples = $this->getSpecifyExamples($params);
44
45
- foreach ($examples as $example) {
+ foreach ($examples as $idx => $example) {
46
+ $this->setName($name.' | '.$specification .' | examples index '. $idx);
47
// copy current object properties
48
$this->specifyCloneProperties($properties);
49
0 commit comments