aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php4/conversion_ns_template_runme.php4
blob: 3493a35212e1242c9cbd1c4843d312d72be3de4e (plain)
1
2
3
4
5
6
7
8
9
10
<?php

require "tests.php4";
require "conversion_ns_template.php";

check::classes(array("foo_one","bar_one"));
// this is too hard, I'm not sure what to test for,

check::done();
?>