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
When running a single files, everything runs smooth and without any notices. If I run vendor/bin/phpunit tests/integration however, I'm getting
PHPUnit 6.3.0 by Sebastian Bergmann and contributors.
........................................... 43 / 43 (100%)
Time: 1.41 seconds, Memory: 6.00MB
OK (43 tests, 75 assertions)
Warning: Illegal string offset 'failOnRisky' in /usr/local/xxx/vendor/phpunit/phpunit/src/TextUI/TestRunner.php on line 669
Warning: Illegal string offset 'failOnWarning' in /usr/local/xxx/vendor/phpunit/phpunit/src/TextUI/TestRunner.php on line 673
It happens even after a clean install, without any config files. I tried to fix the error by supplying the corresponding command line parameters, but that didn't work. Neither did creating a config file:
When running a single files, everything runs smooth and without any notices. If I run
vendor/bin/phpunit tests/integration
however, I'm gettingIt happens even after a clean install, without any config files. I tried to fix the error by supplying the corresponding command line parameters, but that didn't work. Neither did creating a config file:
The text was updated successfully, but these errors were encountered: