aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/rename_scope_runme.php
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php/rename_scope_runme.php')
-rw-r--r--Examples/test-suite/php/rename_scope_runme.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/test-suite/php/rename_scope_runme.php b/Examples/test-suite/php/rename_scope_runme.php
index df620d796..e1db4f59c 100644
--- a/Examples/test-suite/php/rename_scope_runme.php
+++ b/Examples/test-suite/php/rename_scope_runme.php
@@ -1,7 +1,6 @@
<?php
require "tests.php";
-require "rename_scope.php";
check::classes(array("rename_scope","Interface_UP","Interface_BP","Natural_UP","Natural_BP","Bucket"));
@@ -13,4 +12,3 @@ check::classparent("Natural_UP","Interface_UP");
check::classparent("Natural_BP","Interface_BP");
check::done();
-?>