1--TEST--
2__construct() with no arguments.
3--CREDITS--
4Nic Rosental nicrosental@gmail.com
5# TestFest Atlanta 2009-5-14
6--SKIPIF--
7<?php require_once('skipif.inc'); ?>
8--FILE--
9<?php
10	try
11	{
12	    $section = new DOMCDataSection();
13
14	}
15	catch (Exception $e)
16	{
17	    echo $e->getMessage();
18	}
19?>
20--EXPECT--
21DOMCdataSection::__construct() expects exactly 1 parameter, 0 given