blob: ef2a11c9d824e659a0f3e01810613f1f44c61ffc [file] [log] [blame]
<?php
// Sample test file
require "tests.php4";
require "conversion.php";
check::classes(array("foo","bar"));
$bar=new Bar;
check::classname("bar",$bar);
$foo=$bar->toFoo();
check::classname("foo",$foo);
check::done();
?>