summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/ignore_parameter_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/ignore_parameter_runme.php')
-rw-r--r--Examples/test-suite/php/ignore_parameter_runme.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/Examples/test-suite/php/ignore_parameter_runme.php b/Examples/test-suite/php/ignore_parameter_runme.php
index b9c2b777d..d9db2d795 100644
--- a/Examples/test-suite/php/ignore_parameter_runme.php
+++ b/Examples/test-suite/php/ignore_parameter_runme.php
@@ -1,10 +1,9 @@
<?php
require "tests.php";
-require "ignore_parameter.php";
// New functions
-check::functions(array('jaguar','lotus','tvr','ferrari','fiat','sportscars_daimler','sportscars_astonmartin','sportscars_bugatti','sportscars_lamborghini','sportscars_maseratti'));
+check::functions(array('jaguar','lotus','tvr','ferrari','fiat'));
// New classes
check::classes(array('ignore_parameter','SportsCars','MiniCooper','MorrisMinor','FordAnglia','AustinAllegro'));
// No new vars
@@ -35,4 +34,3 @@ $aa=new austinallegro();
check::classname("austinallegro",$aa);
check::done();
-?>