We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb990c commit b17e42bCopy full SHA for b17e42b
tests/Integration/Schema/Directives/LimitDirectiveTest.php
@@ -39,6 +39,7 @@ public function testLimitsResults(): void
39
*/
40
public function testLimitOnInputField(): void
41
{
42
+ // @phpstan-ignore-next-line https://github.com/phpstan/phpstan-phpunit/issues/52
43
$this->markTestSkipped('Not implemented yet because a naive implementation would cause a performance hit on all fields.');
44
45
factory(User::class, 2)->create();
0 commit comments