File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ public function testOverloadCannotBeEvaluatedLazilyWithoutExpectedClosureParams(
275
275
});
276
276
277
277
$ resolved = $ this ->options ->resolve ();
278
- $ this ->assertTrue ( is_callable ( $ resolved ['foo ' ]) );
278
+ $ this ->assertInternalType ( ' callable ' , $ resolved ['foo ' ]);
279
279
}
280
280
281
281
public function testOverloadCannotBeEvaluatedLazilyWithoutFirstParamTypeHint ()
@@ -287,7 +287,7 @@ public function testOverloadCannotBeEvaluatedLazilyWithoutFirstParamTypeHint()
287
287
});
288
288
289
289
$ resolved = $ this ->options ->resolve ();
290
- $ this ->assertTrue ( is_callable ( $ resolved ['foo ' ]) );
290
+ $ this ->assertInternalType ( ' callable ' , $ resolved ['foo ' ]);
291
291
}
292
292
293
293
public function testRemoveOptionAndNormalizer ()
You can’t perform that action at this time.
0 commit comments