]> granicus.if.org Git - php/commitdiff
Fix test name
authorMarcus Boerger <helly@php.net>
Wed, 2 Jul 2003 06:40:34 +0000 (06:40 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 2 Jul 2003 06:40:34 +0000 (06:40 +0000)
tests/classes/bug24445.phpt

index 8cc1db54a28884d063e39a77b15837ae1761fb53..0018577df99129de909f04daa79a644a7a4f73bd 100644 (file)
@@ -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 { }