1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

New test: DOMAttr __construct() with no arguments.

This commit is contained in:
Eric Stewart
2009-05-23 01:32:57 +00:00
parent a831a736d0
commit 41e97b6147

View File

@@ -0,0 +1,17 @@
--TEST--
DOMAttr __construct() with no arguments.
--CREDITS--
Josh Sweeney <jsweeney@alt-invest.net>
# TestFest Atlanta 2009-05-14
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
$attr = new DOMAttr();
?>
--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