PHPUnit_Html icon indicating copy to clipboard operation
PHPUnit_Html copied to clipboard

Browser based PHPUnit testing

Results 4 PHPUnit_Html issues
Sort by recently updated
recently updated
newest added

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: ![26768845-460c-4a04-8e7b-3a8451a9e4ac](https://cloud.githubusercontent.com/assets/700765/2659672/0ae8e1c8-c017-11e3-97b8-0a41f22e2b5d.png) 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...