Remove PHP-specific testcase workarounds
The changes on this branch mean these are no longer required.
This commit is contained in:
parent
8d09b1263b
commit
1bf23edc06
4 changed files with 3 additions and 19 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue