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

@ -1 +0,0 @@
["P\\Tests\\Temporary\\A::it_can_run_a_test_5#(3)","P\\Tests\\Temporary\\A::it_can_run_a_test_5#(4)"]

File diff suppressed because one or more lines are too long

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) { 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';