aramds / php-reader

code.google.com/p/php-reader
0 stars 0 forks source link

Error #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Warning: require_once(PHPUnit/Framework.php) [function.require-once]:
failed to open stream: No such file or directory in
/home/driveway/public_html/music/php-reader-1.7/tests/TestTransform.php on
line 40

Fatal error: require_once() [function.require]: Failed opening required
'PHPUnit/Framework.php' (include_path='.:/usr/lib/php:/usr/local/lib/php')
in /home/driveway/public_html/music/php-reader-1.7/tests/TestTransform.php
on line 40

Original issue reported on code.google.com by TREEMinc...@googlemail.com on 15 Feb 2010 at 9:38

GoogleCodeExporter commented 9 years ago
Make sure you have PHPUnit installed (pear install phpunit)

Original comment by svollbehr on 9 Mar 2010 at 8:24