Skip to content

Commit b17e42b

Browse files
committed
https://github.com/phpstan/phpstan-phpunit/issues/52
1 parent dcb990c commit b17e42b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Integration/Schema/Directives/LimitDirectiveTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public function testLimitsResults(): void
3939
*/
4040
public function testLimitOnInputField(): void
4141
{
42+
// @phpstan-ignore-next-line https://github.com/phpstan/phpstan-phpunit/issues/52
4243
$this->markTestSkipped('Not implemented yet because a naive implementation would cause a performance hit on all fields.');
4344

4445
factory(User::class, 2)->create();

0 commit comments

Comments
 (0)