diff options
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 90bcfe96d79..f2ab0b40349 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -27,6 +27,7 @@ tests = [ ("Ice/proxy", ["core"]), ("Ice/operations", ["core"]), ("Ice/exceptions", ["core"]), + ("Ice/info", ["core"]), ("Ice/inheritance", ["core"]), ("Ice/binding", ["core"]), ("Ice/checksum", ["core"]), |