PHPUnit_Html
PHPUnit_Html copied to clipboard
Browser based PHPUnit testing
Hi, Using PHPUnit 3.6.10 and PHP_CodeCoverage 1.1.2, I was getting the following error when accessing the index.php page : `PHP Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in /var/www/vendor/PHPUnit_Html/src/main.php on...
Hey, I am using PHPUnit 4.0.14 and while running the test cases i am getting the following error.Can you please suggest me the fix for this?
I cannot get PHPUnit_Html working with PHPUnit 4.0.14. The error I am seeing is:  It looks like PHPUnit has undergone a radical design change from v3 to v4, and...
Hello, nickturner! I've just started using PHPUnit_Html and I like it! But recently I've discovered a problem. It is about using tests with data providers. I'm going to try describing...