Skip to content

Commit 708c85b

Browse files
committed
cleanup
1 parent 6d7ace0 commit 708c85b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/Executor/ValidationWithCacheTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,9 @@ final class ValidationWithCacheTest extends TestCase
2020
{
2121
use ArraySubsetAsserts;
2222

23-
/** @see it('isTypeOf used to resolve runtime type for Interface') */
2423
public function testIsValidationCachedWithAdapter(): void
2524
{
2625
$cache = new PsrValidationCacheAdapter(new Psr16Cache(new ArrayAdapter()));
27-
28-
29-
3026
$petType = new InterfaceType([
3127
'name' => 'Pet',
3228
'fields' => [

0 commit comments

Comments
 (0)