Remove PHP-specific testcase workarounds

The changes on this branch mean these are no longer required.
This commit is contained in:
Olly Betts 2021-04-19 18:50:49 +12:00
commit 1bf23edc06
4 changed files with 3 additions and 19 deletions

View file

@ -38,9 +38,7 @@ class MyFoo3 extends Foo {
# MyFoo.pong().
$ok = 0;
$a = new MyFoo();
# TODO: Currently we do not track the dynamic type of returned
# objects, so we skip the launder() call.
#$b = director_exception::launder($a);
$b = director_exception::launder($a);
$b = $a;
try {
$b->pong();