mirror of
https://github.com/pestphp/pest.git
synced 2026-04-20 22:20:17 +02:00
fix missing datasets when defined in Pest.php file
This commit is contained in:
@ -37,3 +37,5 @@ function helper_returns_string()
|
||||
{
|
||||
return 'string';
|
||||
}
|
||||
|
||||
dataset('dataset_in_pest_file', ['A', 'B']);
|
||||
|
||||
Reference in New Issue
Block a user