In general, we switched to the 3rd symfony tests, respectively, left the bundles. Now in all tests phpunit \ PHPUnit_Framework_TestCase highlights in all tests - does not see the storm. So the tests work fine.
1 answer
- For highlighting, you can download the .phar archive from the official site and put it in the root.
- or you can install phpunit via PEAR, but this is no longer the recommended method.
- or you can add phpunit dependencies to require-dev in composer.json
|
"symfony/phpunit-bridge": "^3.0", "phpunit/phpunit": "^5.2"to composer.json"symfony/phpunit-bridge": "^3.0", "phpunit/phpunit": "^5.2". not to litter production, not to require, but to require-dev - luchaninov