Open jepster opened 6 months ago
Hi @jepster thank you for your contribution. actually, I left the PHP industry a few years ago, so I didn't know PHP8.3 launched. could you install/run PHP 8.2 on your laptop and share the result with me if you still face the errors, please?
@lesstif This issue appears from PHP 8.3.
I wanted to run the PHPUnit tests, after installing the dependencies via Composer. Then I saw an error, that Dotenv is missing. Therefor I installed it:
composer require vlucas/phpdotenv:* --dev
.With PHP 8.3.
Afterwards I got a ton of errors, due to failing tests. E.g.:
Is it already known, that tests are screwed or is there any magic? I assume that all PHPUnit configuration is contained in
phpunit.xml
file and the tests should just succeed via starting PHPUnit from the projects root folder.