mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +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 (string $result, string $result2) {
|
||||||
it('can resolve a dataset after the test case is available with multiple datasets', function ($result, $result2) {
|
|
||||||
expect($result)->toBe('bar');
|
expect($result)->toBe('bar');
|
||||||
})->with([
|
})->with([
|
||||||
function () {
|
function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user