-1

I have a simple PHP project set up in Netbeans with Nette\Tester for unit tests. When I execute tests without code coverage everything works as intended. However when I turn code coverage feature on I get message "No tests executed for project ..."

Update: Mentioned "project" is NOT a Nette project. It is actually few classes without dependencies located in /src.

Josef Sábl
  • 7,538
  • 9
  • 54
  • 66

1 Answers1

0

Turned out I didn't have xdebug enabled.

Josef Sábl
  • 7,538
  • 9
  • 54
  • 66