mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 17:40:03 +02:00
9 lines
91 B
PHP
9 lines
91 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
dataset('nested.users', [
|
|
['alice'],
|
|
['bob'],
|
|
]);
|