diff --git a/create_framework/unit-testing.rst b/create_framework/unit-testing.rst index de26e202570..5dcf1ca89ec 100644 --- a/create_framework/unit-testing.rst +++ b/create_framework/unit-testing.rst @@ -178,7 +178,7 @@ coverage feature (you need to enable `XDebug`_ first): $ phpunit --coverage-html=cov/ -Open ``example.com/cov/src_Simplex_Framework.php.html`` in a browser and check +Open ``example.com/cov/src/Simplex/Framework.php.html`` in a browser and check that all the lines for the Framework class are green (it means that they have been visited when the tests were executed).