Skip to content

Commit 9d3730d

Browse files
mondrakesebastianbergmann
authored andcommitted
Adjust ExampleTest
1 parent 30c62b6 commit 9d3730d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/end-to-end/_files/listing-tests-and-groups/ExampleTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,10 @@ public function testTwo(): void
2525
{
2626
$this->assertTrue(true);
2727
}
28+
29+
#[Group('3')]
30+
public function testThree(): void
31+
{
32+
$this->assertTrue(true);
33+
}
2834
}

0 commit comments

Comments
 (0)