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 6d7ace0 commit 708c85bCopy full SHA for 708c85b
tests/Executor/ValidationWithCacheTest.php
@@ -20,13 +20,9 @@ final class ValidationWithCacheTest extends TestCase
20
{
21
use ArraySubsetAsserts;
22
23
- /** @see it('isTypeOf used to resolve runtime type for Interface') */
24
public function testIsValidationCachedWithAdapter(): void
25
26
$cache = new PsrValidationCacheAdapter(new Psr16Cache(new ArrayAdapter()));
27
-
28
29
30
$petType = new InterfaceType([
31
'name' => 'Pet',
32
'fields' => [
0 commit comments