swig/Examples/test-suite/php4/conversion_ns_template_runme.php4
2008-05-09 12:46:40 +00:00

10 lines
213 B
PHP

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