fix missing datasets when defined in Pest.php file

This commit is contained in:
Fabio Ivona
2023-08-29 10:49:17 +02:00
parent 14859a4c89
commit 5d6b717c9a
3 changed files with 17 additions and 0 deletions

View File

@ -37,3 +37,5 @@ function helper_returns_string()
{
return 'string';
}
dataset('dataset_in_pest_file', ['A', 'B']);