summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-06-24 17:08:11 +0200
committerJose <jose@zeroc.com>2019-06-24 17:08:33 +0200
commit55553d29f7f3bb9c33ed46720858406912b8046b (patch)
treed5c4dbbc24fd56cfde22707682bae451b3ac1bf6 /php
parentFix Ruby build failure (diff)
downloadice-55553d29f7f3bb9c33ed46720858406912b8046b.tar.bz2
ice-55553d29f7f3bb9c33ed46720858406912b8046b.tar.xz
ice-55553d29f7f3bb9c33ed46720858406912b8046b.zip
Fix checkedCast with facet and MATLAB - Close #394
Diffstat (limited to 'php')
-rw-r--r--php/test/Ice/proxy/Client.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/test/Ice/proxy/Client.php b/php/test/Ice/proxy/Client.php
index a4a7689376f..b33051efbf2 100644
--- a/php/test/Ice/proxy/Client.php
+++ b/php/test/Ice/proxy/Client.php
@@ -489,6 +489,7 @@ function allTests($helper)
test($cl == $base);
test($derived == $base);
test($cl == $derived);
+ test($base->ice_checkedCast("::Test::MyClass", "facet") == null);
echo "ok\n";
echo "testing checked cast with context... ";