diff options
author | Mark Spruiell <mes@zeroc.com> | 2011-05-06 14:57:27 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2011-05-06 14:57:27 -0700 |
commit | 21e11dc9ad4fca20acd9ae5ef5e84edc56bad0b1 (patch) | |
tree | 93a8ee66a201485cdd75abacd5d82298f70bd535 /php/allTests.py | |
parent | 4894 - Busy loop in Glacier2::Application (diff) | |
download | ice-21e11dc9ad4fca20acd9ae5ef5e84edc56bad0b1.tar.bz2 ice-21e11dc9ad4fca20acd9ae5ef5e84edc56bad0b1.tar.xz ice-21e11dc9ad4fca20acd9ae5ef5e84edc56bad0b1.zip |
bug 4916 - PHP extension not using INI settings
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 db34fcca9ae..306ba9d0d86 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -36,6 +36,7 @@ tests = [ ("Ice/slicing/exceptions", ["core"]), ("Ice/slicing/objects", ["core"]), ("Ice/defaultValue", ["core"]), + ("Ice/ini", ["once"]), ("Slice/keyword", ["once"]), ("Slice/structure", ["once"]) ] |