mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 09:30:02 +02:00
fix: package lock fingerprint
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
test('loads nested dataset', function (string $name) {
|
||||
declare(strict_types=1);
|
||||
|
||||
test('loads nested dataset', function (string $name): void {
|
||||
expect($name)->not->toBeEmpty();
|
||||
})->with('nested.users');
|
||||
|
||||
Reference in New Issue
Block a user