From 4f84761ab4cbf5d2c5bbf42eaaee697f549bf27c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 13 Apr 2010 03:20:46 +0000 Subject: [PATCH] MINOR Fixed test case name in Hierarchy (from r98370) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102645 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/model/HierarchyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/model/HierarchyTest.php b/tests/model/HierarchyTest.php index f7d63be5a..710553966 100644 --- a/tests/model/HierarchyTest.php +++ b/tests/model/HierarchyTest.php @@ -89,7 +89,7 @@ class HierarchyTest extends SapphireTest { ); } - function testLoadDescendantIDListInto() { + function testLoadDescendantIDListIntoArray() { $page2 = $this->objFromFixture('Page', 'page2'); $idList = $page2->getDescendantIDList(); $page2a = $this->objFromFixture('Page', 'page2a');