Closed caiovncius closed 6 months ago
Same issue for me with Laravel 11
Same issue for me on Laravel 10. I am using https://github.com/nunomaduro/mock-final-classes (it's using https://github.com/dg/bypass-finals).
stat(): stat failed for /Users/encodia/Sviluppo/www/project/vendor/composer/../fakerphp/faker/src/Faker/Provider/en_US/Barcode.php
I get a similar error in a symfony project using phpunit version 9.5: This time in the NativeWrapper.php:206
ErrorException: stat(): stat failed for /app/vendor/composer/../jsmdg/event-schema/src/PHPUnit/Framework/TestFailure.php in /app/vendor/dg/bypass-finals/src/NativeWrapper.php:206
Hello everyone,
I'm using this package in my Laravel project. But, after I did add this extension in the phpunit.xml file, all my tests is showing one warning:
stat(): stat failed for /var/www/html/
Should I make some configuration for that?