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