-
Errors preceded by an expectError() are not shown when the test is run through a browser, but they are shown when the test is run from command line.
CLI output of attached test is :
trigger_error.test.php
E_USER_NOTICE: Error triggered in
/usr/local/www/noparking/opentime/trigger_error.test.php on line 7
OK
Test cases run: 1/1, Passes: 1, Failures: 0, Exceptions: 0
While HTML output...
2009-03-20 16:49:12 UTC in SimpleTest
-
Once expectError() is used, errors triggered before assertError()s are not catched, and the assertErrors() fail. But expectError() still works fine.
Output of attached test is :
trigger_error.test.php
E_USER_NOTICE: First error triggered in /usr/local/www/noparking/opentime/trigger_error.test.php on line 7
E_USER_NOTICE: Second error triggered in...
2009-03-19 17:56:25 UTC in SimpleTest
-
Errors followed by an assertError() are not shown when the test is run through a browser, but they are shown when the test is run from command line.
CLI output of attached test is :
trigger_error.test.php
E_USER_NOTICE: Error triggered in /usr/local/www/noparking/opentime/trigger_error.test.php on line 6
OK
Test cases run: 1/1, Passes: 1, Failures: 0, Exceptions: 0
While HTML output...
2009-03-19 17:48:01 UTC in SimpleTest
-
seeschloss added schee to the Anti-sPHPam project.
2009-03-19 17:22:12 UTC in Anti-sPHPam
-
seeschloss committed patchset 2 of module site-aspam to the Anti-sPHPam CVS repository, changing 2 files.
2003-04-29 17:22:15 UTC in Anti-sPHPam
-
seeschloss committed patchset 1 of module site-aspam to the Anti-sPHPam CVS repository, changing 2 files.
2003-04-29 17:22:15 UTC in Anti-sPHPam