mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore(cleanup): Tidy-up and tweaks of Pest Parallel integration.
This commit is contained in:
@ -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) {
|
||||
expect($data())->toBeString();
|
||||
expect(true)->toBeFalse();
|
||||
})->with([
|
||||
function () {
|
||||
return 'foo';
|
||||
|
||||
Reference in New Issue
Block a user