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