Skip to content

Commit b7503b7

Browse files
committed
Let PHPStan ignore the skip test
1 parent 532f12e commit b7503b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Api/MembershipTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public function testRemoveCallsDelete()
132132
*/
133133
public function testRemoveMemberCallsDelete()
134134
{
135+
// @phpstan-ignore-next-line
135136
if (version_compare(PHP_VERSION, '8.1.0', '<')) {
136137
$this->markTestSkipped('This test only runs with PHPUnit 10');
137138

0 commit comments

Comments
 (0)