You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed CoasterCMS via composer today so it is the latest version.
PHPUnit is v6.5.6
Running phpunit results in the following error:
Warning: is_dir() expects parameter 1 to be a valid path, object given in /home/matt/.config/composer/vendor/phpunit/phpunit/src/Runner/BaseTestRunner.php on line 56
Catchable fatal error: Object of class PHPUnit\Framework\TestSuite could not be converted to string in /home/matt/.config/composer/vendor/phpunit/phpunit/src/Runner/StandardTestSuiteLoader.php on line 32
I have ran composer install and composer dump-autoload
The text was updated successfully, but these errors were encountered:
Installed CoasterCMS via composer today so it is the latest version.
PHPUnit is v6.5.6
Running
phpunit
results in the following error:I have ran
composer install
andcomposer dump-autoload
The text was updated successfully, but these errors were encountered: