[cvs] commit: horde/lib Test.php horde test.php
Chuck Hagenbuch
chuck at horde.org
Tue May 27 11:14:41 PDT 2003
chuck 2003/05/27 11:14:41 PDT
Modified files:
lib Test.php
. test.php
Log:
Add two possible test value entries:
- 'fatal' for extensions - die with the available output if the test fails. Necessary so
that lack of gettext doesn't cause a blank test page.
- 'depends' for PEAR modules - PEAR will often include require_once statements,
not include_once. If we don't have a dependancy and try to load, say, HTTP_Request,
the silencing of errors will give us a blank page if we don't have Net_URL.
The new Test:: stuff looks fabulous in general, btw.
Revision Changes Path
1.7 +21 -6 horde/lib/Test.php
1.97 +9 -6 horde/test.php
Chora Links:
http://cvs.horde.org/diff.php/horde/lib/Test.php?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/horde/test.php?r1=1.96&r2=1.97&ty=u
More information about the cvs
mailing list