PHPUnit does not report on Not Successful Test PHPUnit does not report on Not Successful Test selenium selenium

PHPUnit does not report on Not Successful Test


You are alking about Selenium testing. getLocation() is called by PHPUnit when formatting the failure report (to display the URL on which the failure occurred). You should try some simple (non-Selenium) PHPUnit tests to see if failure/error reporting works there, so you can narrow it down to Selenium or PHPUnit itself.