blob: 893a715c5c2f332c803233496a91018c39fd89d9 [file] [log] [blame]
<?php
require "tests.php";
// No new functions
check::functions(array());
check::classes(array('Foo'));
// No new vars
check::globals(array());
$f = new Foo();
$g = new Foo($f);
check::done();