Files
symfony-flex-recipes/phpunit
Grégoire Pineau 04b423be6b Fixed default phpunit.xml.dist: add filter/whitelist
If we don't do that, phpunit is not able to compute the code coverage.
We get the following error without it:

```
Error:         Incorrect whitelist config, no code coverage will be generated.
```
2017-12-06 17:36:54 +01:00
..