chore(cleanup): Tidy-up and tweaks of Pest Parallel integration.

This commit is contained in:
Luke Downing
2023-02-13 12:18:59 +00:00
parent 666b2f3fd0
commit 3b5f9ec59d
3 changed files with 2 additions and 2 deletions

View File

@ -295,6 +295,7 @@ it('resolves a potential bound dataset logically even when the closure comes fir
it('will not resolve a closure if it is type hinted as a closure', function (Closure $data) {
expect($data())->toBeString();
expect(true)->toBeFalse();
})->with([
function () {
return 'foo';