Skip to content

Commit

Permalink
Fix 0.12 travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcg-web committed Jun 28, 2020
1 parent f9eb148 commit b72f720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Resolver/ResolverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ public function testDefaultResolveFn($fieldName, $source, $expected): void
$this->assertSame($expected, Resolver::defaultResolveFn($source, [], [], $info));
}

/**
* @group legacy
*/
public function testSetObjectOrArrayValue(): void
{
$object = new \stdClass();
Expand Down

0 comments on commit b72f720

Please sign in to comment.