I installed VisualPHPUnit as described here. I'm using XAMPP.
define('PEAR_PATH', 'c:\xampp\php\pear'); define('TEST_DIRECTORY', 'C:\xampp\htdocs\visualphpunit\tests');
When I run, I see no text, only nicely formatted blanks. Haven't been find-by-google anyone else who has reported an empty rendering of the VisualPHPUnit screen.
Left side shows "
VisualPHPUnit Tests------------- Options ------------ Archives ----------- Graphs -------------
And the right side is a big blank.
Running phpunit from command-line works fine.
C:\xampp\htdocs>phpunit visualphpunit\tests
PHPUnit 3.6.10 by Sebastian Bergmann.
..foo { breaks: this } barI.some stuffFsome stuffES
Time: 0 seconds, Memory: 3.25Mb
There was 1 error:
C:\xampp\htdocs\visualphpunit\tests\PUTest.php:8
C:\xampp\php\phpunit:46
FAILURES!
Tests: 7, Assertions: 5, Failures: 1, Errors: 1, Incomplete: 1, Skipped: 1.
C:\xampp\htdocs>