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

This commit is contained in:
Luke Downing
2023-02-13 12:20:08 +00:00
parent 3b5f9ec59d
commit eb64113a3d

View File

@ -295,7 +295,6 @@ 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) { it('will not resolve a closure if it is type hinted as a closure', function (Closure $data) {
expect($data())->toBeString(); expect($data())->toBeString();
expect(true)->toBeFalse();
})->with([ })->with([
function () { function () {
return 'foo'; return 'foo';