aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/add_link_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/add_link_runme.php')
-rw-r--r--Examples/test-suite/php/add_link_runme.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/Examples/test-suite/php/add_link_runme.php b/Examples/test-suite/php/add_link_runme.php
index 3e16fa1df..073dee36d 100644
--- a/Examples/test-suite/php/add_link_runme.php
+++ b/Examples/test-suite/php/add_link_runme.php
@@ -1,10 +1,9 @@
<?php
require "tests.php";
-require "add_link.php";
-// No new functions, except the flat functions
-check::functions(array('new_foo','foo_blah'));
+// No new functions
+check::functions(array());
check::classes(array('Foo'));
@@ -19,4 +18,3 @@ check::is_a($foo_blah,'foo');
//check::is_a($class_foo_blah,foo);
check::done();
-?>