Add in basic callback for INIModifier (re #16)
[phpt.git] / tests / Suite / implements-countable.phpt
bloba3e6f8fff7184283e2db8edbf6db010ee3c63f7c
1 --TEST--
2 PHPT_Suite implements Countable
3 --FILE--
4 <?php
6 require_once dirname(__FILE__) . '/../_setup.inc';
7 $list = new PHPT_Suite(array());
8 assert('$list instanceof Countable');
11 ===DONE===
12 --EXPECT--
13 ===DONE===