Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2a260f

Browse files
committed
Adjust test to the new behavior of the #[Examples] attribute
1 parent 2e03756 commit c2a260f

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)