mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix: unify the locationHint prefix and prettify both locationHint and name parameters for testing with datasets
This commit is contained in:
@ -9,3 +9,7 @@ it('can pass with comparison', function () {
|
||||
test('can also pass', function () {
|
||||
expect("string")->toBeString();
|
||||
});
|
||||
|
||||
test('can pass with dataset', function ($value) {
|
||||
expect($value)->toEqual(true);
|
||||
})->with([true]);
|
||||
|
||||
Reference in New Issue
Block a user