Skip to content

Commit d3ecfe7

Browse files
committed
to previous commit (phpstorm bug)
1 parent e56214e commit d3ecfe7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/Library/Field/FieldTest.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ public function testInlineFieldCreation()
4141
}
4242
]);
4343

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

4746
$fieldWithResolve->setType(new IntType());
4847
$this->assertEquals(new IntType(), $fieldWithResolve->getType());

0 commit comments

Comments
 (0)