git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
10 lines
212 B
PHP
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();
|
|
?>
|