8000 Adjust test to the new behavior of the #[Examples] attribute · Codeception/Codeception@4ecaaad · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ecaaad

Browse files
committed
Adjust test to the new behavior of the #[Examples] attribute
1 parent 09c39bc commit 4ecaaad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/data/claypit/tests/Attrs/BasicScenarioCest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ private function close1(AttrsTester $I)
3939
}
4040

4141
#[Group('e1')]
42-
#[Examples([1, 1], [2, 2])]
42+
#[Examples(1, 1)]
43+
#[Examples(2, 2)]
4344
public function exampleTest(AttrsTester $I, Example $e)
4445
{
4546
$I->assertEquals($e[1], $e[0]);

0 commit comments

Comments
 (0)
0