feat(helpers): adds helpers file

This commit is contained in:
Nuno Maduro
2020-05-14 23:03:56 +02:00
parent 9288490613
commit c97fd17120
5 changed files with 37 additions and 5 deletions

View File

@ -22,6 +22,7 @@ final class LoadStructure
*/
private const STRUCTURE = [
'Datasets.php',
'Helpers.php',
'Pest.php',
'Datasets',
];