From: Eric Stewart Date: Sat, 23 May 2009 01:34:05 +0000 (+0000) Subject: New test: DOMAttr __construct() with no arguments. X-Git-Tag: php-5.2.10RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f6c828f63d609d0b5b24aca334629deab21cf5d;p=php New test: DOMAttr __construct() with no arguments. --- diff --git a/ext/dom/tests/DOMAttr_construct_error_001.phpt b/ext/dom/tests/DOMAttr_construct_error_001.phpt new file mode 100644 index 0000000000..08734ca473 --- /dev/null +++ b/ext/dom/tests/DOMAttr_construct_error_001.phpt @@ -0,0 +1,17 @@ +--TEST-- +DOMAttr __construct() with no arguments. +--CREDITS-- +Josh Sweeney +# TestFest Atlanta 2009-05-14 +--SKIPIF-- + +--FILE-- + +--EXPECTF-- +Fatal error: Uncaught exception 'DOMException' with message 'DOMAttr::__construct() expects at least 1 parameter, 0 given' in %s:%d +Stack trace: +#0 %s(%d): DOMAttr->__construct() +#1 {main} + thrown in %s on line %d