swig/Examples/test-suite/php/conversion_ns_template_runme.php
2008-12-06 21:40:54 +00:00

10 lines
212 B
PHP

<?php
require "tests.php";
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();
?>