6

Running PHPUnit with the Symfony PHPUnit Bridge listener gives me a yellow box "Legacy deprecation notices (10)" in a custom Drupal 8 module. I would like to fix those 10, but am struggling to get the details which they are (e.g. which line of code).

I have the suspicion that something in my environment reverts my attempts to see details. Nothing seems to change the output.

Versions:
- PHPUnit 4.8.36
- Symfony PHPUnit Bridge 3.2.14
- PHP 7.0.22

Thanks in advance!

Gogowitsch
  • 1,181
  • 1
  • 11
  • 32

1 Answers1

3

If you want more detail, you can try this:

export SYMFONY_DEPRECATIONS_HELPER="/.*/"

before launch phpunit.