blob: 3a3986f7e88cfa02311b016d2a740b6fd8e6d70b [file] [log] [blame]
<?php
require "tests.php";
require "template_construct.php";
check::classes(array(Foo_int));
$foo_int=new foo_int(3);
check::is_a($foo_int,"foo_int","Made a foo_int");
check::done();
?>