aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php5/valuewrapper_base_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php5/valuewrapper_base_runme.php')
-rw-r--r--Examples/test-suite/php5/valuewrapper_base_runme.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/Examples/test-suite/php5/valuewrapper_base_runme.php b/Examples/test-suite/php5/valuewrapper_base_runme.php
deleted file mode 100644
index 6a1abdbd2..000000000
--- a/Examples/test-suite/php5/valuewrapper_base_runme.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-require "tests.php";
-require "valuewrapper_base.php";
-
-check::classes(array("valuewrapper_base","Base","Interface_BP"));
-check::functions("make_interface_bp");
-
-$ibp=valuewrapper_base::make_interface_bp();
-check::classname("interface_bp",$ibp);
-
-check::done();
-?>