-
-
Notifications
You must be signed in to change notification settings - Fork 447
Closed
Labels
Description
There is an upcoming major version bump for PHPUnit. This seems to contain some breaking changes that affect Pest.
Current issues
-
Custom
TestSuiteLoaderdeprecation
I think that this is now indirectly causing issues as it now seems to expect any selected file in the testsuite directory to contain a PHP class. So if the testsuite directory is set totests/andsuffix=".php"(as per our current suite), it tries loading all files that are pascal case as a class. This means thattests/Autoload.phpis loaded as a class, as are all the datasets, etc.This basically means that all Pest-syntax tests will fail, as they don't contain a class in the files. π¬
nunomaduro