Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHPUnit config: display errors/warnings/notices etc
The config as it was, was hiding 6 `Undefined array key`/`Trying to access array offset on null` notices. As any notice caused by a sniff will stop a PHPCS scan of a file dead, these should be discovered when running the tests and then fixed. Better yet: the tests should fail on them. This change in the configuration makes it so. Note: this does mean you now have a bug to fix. Also see: squizlabs/PHP_CodeSniffer#3844
- Loading branch information