mirror of
https://github.com/pestphp/pest.git
synced 2026-07-22 09:30:02 +02:00
8 lines
121 B
PHP
8 lines
121 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
dataset('numbers.array', [
|
|
1, 2, 3, 4, 5, 'ScopedDatasets/Datasets/Scoped.php',
|
|
]);
|