summaryrefslogtreecommitdiff
path: root/tests/classes
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-07-02 06:40:34 +0000
committerMarcus Boerger <helly@php.net>2003-07-02 06:40:34 +0000
commit43e74fc8b1c2697135854531bb6e10adfe8c33c4 (patch)
treef73ffb92c0a38f99a6a7942311f02517444bd127 /tests/classes
parent7da8fbd7ef5639e3d9bc7521f58ff2e2bca6d740 (diff)
downloadphp-git-43e74fc8b1c2697135854531bb6e10adfe8c33c4.tar.gz
Fix test name
Diffstat (limited to 'tests/classes')
-rw-r--r--tests/classes/bug24445.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/bug24445.phpt b/tests/classes/bug24445.phpt
index 8cc1db54a2..0018577df9 100644
--- a/tests/classes/bug24445.phpt
+++ b/tests/classes/bug24445.phpt
@@ -1,5 +1,5 @@
--TEST--
-Bug #24399: get_parent_class() returns the current class when passed an object
+Bug #24445: get_parent_class() returns the current class when passed an object
--FILE--
<?php
class Test { }