pestphp / pest

Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
https://pestphp.com
MIT License
9.07k stars 315 forks source link

[Bug]: Dataset Error in Modules Folder #1083

Open joaopalopes24 opened 5 months ago

joaopalopes24 commented 5 months ago

What Happened

I am using this example in my code:

image

But if I put some dataset in module folder, the pest don't find the dataset file.

image

How to Reproduce

Create some module folder, and create some test using one dataset in this folder too.

Sample Repository

No response

Pest Version

2.33.0

PHP Version

8.2.12

Operation System

Linux

Notes

No response

joaopalopes24 commented 5 months ago

Test coverage [--coverage] doesn't work with modules either.