swig/Examples/test-suite/php4/conversion_ns_template_runme.php4
2006-02-06 13:54:09 +00:00

10 lines
188 B
PHP

<?php
require "tests.php4";
require "conversion_ns_template.php";
check::classes(array("foo_one","bar_one","hi"));
// this is too hard, I'm not sure what to test for,
check::done();
?>