repo.or.cz
/
phpt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add in basic callback for INIModifier (re #16)
[phpt.git]
/
tests
/
Suite
/
implements-countable.phpt
blob
a3e6f8fff7184283e2db8edbf6db010ee3c63f7c
1
--TEST--
2
PHPT_Suite implements Countable
3
--FILE--
4
<?php
5
6
require_once dirname(__FILE__) . '/../_setup.inc';
7
$list = new PHPT_Suite(array());
8
assert('$list instanceof Countable');
9
10
?>
11
===DONE===
12
--EXPECT--
13
===DONE===