diff options
Diffstat (limited to 'application/tests/Test.php')
-rw-r--r-- | application/tests/Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/tests/Test.php b/application/tests/Test.php index e18aa9374..1f2e4fefa 100644 --- a/application/tests/Test.php +++ b/application/tests/Test.php @@ -102,7 +102,7 @@ abstract class Test { { } - public function __destruct() + public function done_testing() { $this->t->done_testing(); } |