mirror of
https://github.com/pestphp/pest.git
synced 2026-03-05 23:37:22 +01:00
chore(cleanup): Tidy-up and tweaks of Pest Parallel integration.
This commit is contained in:
@ -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
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user