blob: b227d9feca7e188693d7e2ac6b6b0c5bc22d80cc [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();
?>