diff options
author | Steph Fox <sfox@php.net> | 2008-05-26 15:52:06 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-05-26 15:52:06 +0000 |
commit | 10c04aca384b8bc31412d36f05ba29f11192a082 (patch) | |
tree | 327ae345cf638fb74e868eb6fb766a0841af515c /tests/classes/destructor_inheritance.phpt | |
parent | 6d8760677d34ba96d596d2ba2ae6494a732979ee (diff) | |
download | php-git-10c04aca384b8bc31412d36f05ba29f11192a082.tar.gz |
- killed off UEXPECT
Diffstat (limited to 'tests/classes/destructor_inheritance.phpt')
-rwxr-xr-x | tests/classes/destructor_inheritance.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/destructor_inheritance.phpt b/tests/classes/destructor_inheritance.phpt index b9a46659b0..868c8960c8 100755 --- a/tests/classes/destructor_inheritance.phpt +++ b/tests/classes/destructor_inheritance.phpt @@ -26,4 +26,4 @@ echo 'Done'; --EXPECT-- base::__construct base::__destruct -Done
\ No newline at end of file +Done |