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

boombatower’s picture

Could somene provide a patch?

soxofaan’s picture

Status: Active » Closed (duplicate)

duplicate 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.