fix: unify the locationHint prefix and prettify both locationHint and name parameters for testing with datasets

This commit is contained in:
Ilia Smirnov
2024-09-11 16:42:06 +02:00
parent 47ce45de56
commit 7227d24611
6 changed files with 53 additions and 10 deletions

View File

@ -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]);