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 beae857adcc..6455fb4b3ca 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -35,6 +35,7 @@ tests = [ ("Ice/objects", ["core"]), ("Ice/slicing/exceptions", ["core"]), ("Ice/slicing/objects", ["core"]), + ("Ice/defaultValue", ["core"]), ("Slice/keyword", ["once"]) ] |