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.06k stars 313 forks source link

fix scope computation when datasets are nested into a Datasets directory #1122

Closed fabio-ivona closed 3 months ago

fabio-ivona commented 3 months ago

What:

Description:

This PR will fix pests failing to compute dataset scope when the dataset file is deeply nested inside a Datasets directory:

image

Related:

fixes #1121