diff options
author | Mark Spruiell <mes@zeroc.com> | 2011-05-07 10:11:49 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2011-05-07 10:11:49 -0700 |
commit | bad78d7902e484d80f0c2164bb5ae0fb4778ad54 (patch) | |
tree | cd340ed05560fedd4363df4e367c614a948e727a /php/allTests.py | |
parent | bug 4855 - undefined symbol error in PHP (diff) | |
download | ice-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-x | php/allTests.py | 1 |
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"]) ] |