summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/conversion_ns_template_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/conversion_ns_template_runme.php')
-rw-r--r--Examples/test-suite/php/conversion_ns_template_runme.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/Examples/test-suite/php/conversion_ns_template_runme.php b/Examples/test-suite/php/conversion_ns_template_runme.php
new file mode 100644
index 0000000..9702eed
--- /dev/null
+++ b/Examples/test-suite/php/conversion_ns_template_runme.php
@@ -0,0 +1,10 @@
+<?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();
+?>