Skip to content

Commit

Permalink
to previous commit (phpstorm bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
portey committed Jun 1, 2016
1 parent e56214e commit d3ecfe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Tests/Library/Field/FieldTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ public function testInlineFieldCreation()
}
]);

$this->assertEquals('true', $fieldWithResolve->resolve(true, [], $resolveInfo), 'Resolve bool to string');
$this->assertEquals('CTO', $fieldWithResolve->resolve('CTO', [], $resolveInfo));
$this->assertEquals(null, $fieldWithResolve->resolve(true, [], $resolveInfo), 'Resolve bool to string');

$fieldWithResolve->setType(new IntType());
$this->assertEquals(new IntType(), $fieldWithResolve->getType());
Expand Down

0 comments on commit d3ecfe7

Please sign in to comment.