mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
failing test
This commit is contained in:
@ -269,8 +269,7 @@ it('can resolve a dataset after the test case is available', function ($result)
|
||||
],
|
||||
]);
|
||||
|
||||
|
||||
it('can resolve a dataset after the test case is available with multiple datasets', function ($result, $result2) {
|
||||
it('can resolve a dataset after the test case is available with multiple datasets', function (string $result, string $result2) {
|
||||
expect($result)->toBe('bar');
|
||||
})->with([
|
||||
function () {
|
||||
|
||||
Reference in New Issue
Block a user