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 6b8cd64291d..dcc470d93d6 100755 --- a/php/allTests.py +++ b/php/allTests.py @@ -38,6 +38,7 @@ tests = [ ("Ice/slicing/objects", ["core"]), ("Ice/defaultValue", ["core"]), ("Ice/optional", ["core"]), + ("Ice/enums", ["core"]), ("Ice/ini", ["once"]), ("Ice/scope", ["once"]), ("Slice/keyword", ["once"]), |