summaryrefslogtreecommitdiff
path: root/php/allTests.py
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2011-05-07 10:11:49 -0700
committerMark Spruiell <mes@zeroc.com>2011-05-07 10:11:49 -0700
commitbad78d7902e484d80f0c2164bb5ae0fb4778ad54 (patch)
treecd340ed05560fedd4363df4e367c614a948e727a /php/allTests.py
parentbug 4855 - undefined symbol error in PHP (diff)
downloadice-bad78d7902e484d80f0c2164bb5ae0fb4778ad54.tar.bz2
ice-bad78d7902e484d80f0c2164bb5ae0fb4778ad54.tar.xz
ice-bad78d7902e484d80f0c2164bb5ae0fb4778ad54.zip
bug 4855 - adding test; changing demos/tests to use require_once
Diffstat (limited to 'php/allTests.py')
-rwxr-xr-xphp/allTests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/allTests.py b/php/allTests.py
index 306ba9d0d86..b9d678d0856 100755
--- a/php/allTests.py
+++ b/php/allTests.py
@@ -37,6 +37,7 @@ tests = [
("Ice/slicing/objects", ["core"]),
("Ice/defaultValue", ["core"]),
("Ice/ini", ["once"]),
+ ("Ice/scope", ["once"]),
("Slice/keyword", ["once"]),
("Slice/structure", ["once"])
]