-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Closed
Labels
Description
- Laravel Version: 6.0.0
- PHP Version: 7.3.2
- Database Driver & Version: Not important.
Description:
Since Laravel 6 I cannot run any test with the PHPStorm PHPUnit test runner. The process dies with the following error message
Testing started at 00:01 ...
/usr/local/Cellar/php/7.3.4_1/bin/php /Users/marvin/Sites/test6/vendor/phpunit/phpunit/phpunit --configuration /Users/marvin/Sites/test6/phpunit.xml --teamcity
In PackageManifest.php line 168:
The bootstrap/cache directory must be present and writable.
Process finished with exit code 0
The folder bootstrap/cache is writable.
When I run phpunit from the Terminal everything works as expected.
Steps To Reproduce:
- Install PHPStorm (2019.2)
- Create new Laravel 6 project with
laravel new - Open Project in PHPStorm
- Setup PHPStorm PHPUnit Testrunner with default
phpunit.xmlfile and PHPUnit fromvendor/autoload.php - Run Tests
claudiodekker, mustorze, dangavrilin, mtanmay and Issaminu