mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 06:13:35 +02:00
8 lines
143 B
PHP
8 lines
143 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
it('references a missing dataset', function ($value) {
|
|
expect($value)->toBeTruthy();
|
|
})->with('missing');
|