Closed (duplicate)
Project:
SimpleTest
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2008 at 18:08 UTC
Updated:
11 May 2008 at 16:23 UTC
I'm not using PEAR stuff very often and I've got a PHP error when calling the simpletest page. The library Text/Diff.php was missing. This should be added to a simpletest requirement check (you could take over the code from http://drupal.org/node/203623 for this check). For now i solved this by executing:
pear.bat install text_diff
Comments
Comment #1
boombatower commentedCould somene provide a patch?
Comment #2
soxofaan commentedduplicate of http://drupal.org/node/222473
btw: I think it's not a good idea to add that PEAR stuff as a dependency for simpletest, because that would make it more difficult to use simpletest and hurt simpletest adoption. Especially when PEAR is not needed for regular SimpleTest usage.