0

I install PHPunit code coverage in PHPStorm. When I run the PHPUnit, it displays an error message:

PHPUnit 5.7.26 by Sebastian Bergmann and contributors.

Error: No code coverage driver is available

Can you help me ?

fatma_wings
  • 113
  • 1
  • 15

1 Answers1

0

You need to install/activate XDebug or Zend-Debugger on your Web-Server. XDebug can simply be activated in the php.ini.

wayneOS
  • 1,427
  • 1
  • 14
  • 20