mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 09:30:02 +02:00
8 lines
157 B
PHP
8 lines
157 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
test('loads nested dataset', function (string $name): void {
|
|
expect($name)->not->toBeEmpty();
|
|
})->with('nested.users');
|