On Mon, 2004-02-09 at 17:02, Marcus Boerger wrote:
> Hello Timm,
> 
> you shouldn't set the error severity at all because the test system should
> already take care about it unless you overwrite it because you are checking
> some error levels.

Can I be sure E_NOTICE is included? The reason I need this is that
several test cases of mine include Notice: ... in their EXPECTF section.
By setting the error reporting to E_ALL forcibly, I wanted to ensure
notices being displayed.

Btw.:
$ find . -name '*.phpt' -exec grep -H 'error_reporting' {}  \;|wc -l
      98

- Timm

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to