From 93018640d95e365aa3c07d6db50c65c21c1247bb Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 6 Jul 2010 13:32:37 -0400 Subject: [PATCH] Fixing test names to match prior art. --- .../{SectionIteratorObject.php => SectionIteratorObjects.php} | 2 +- ...erator_object.mustache => section_iterator_objects.mustache} | 0 ...section_iterator_object.txt => section_iterator_objects.txt} | 0 .../{SectionMagicObject.php => SectionMagicObjects.php} | 2 +- ...ion_magic_object.mustache => section_magic_objects.mustache} | 0 .../{section_magic_object.txt => section_magic_objects.txt} | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename examples/section_iterator_objects/{SectionIteratorObject.php => SectionIteratorObjects.php} (93%) rename examples/section_iterator_objects/{section_iterator_object.mustache => section_iterator_objects.mustache} (100%) rename examples/section_iterator_objects/{section_iterator_object.txt => section_iterator_objects.txt} (100%) rename examples/section_magic_objects/{SectionMagicObject.php => SectionMagicObjects.php} (91%) rename examples/section_magic_objects/{section_magic_object.mustache => section_magic_objects.mustache} (100%) rename examples/section_magic_objects/{section_magic_object.txt => section_magic_objects.txt} (100%) diff --git a/examples/section_iterator_objects/SectionIteratorObject.php b/examples/section_iterator_objects/SectionIteratorObjects.php similarity index 93% rename from examples/section_iterator_objects/SectionIteratorObject.php rename to examples/section_iterator_objects/SectionIteratorObjects.php index 5a592ab..fa5213c 100644 --- a/examples/section_iterator_objects/SectionIteratorObject.php +++ b/examples/section_iterator_objects/SectionIteratorObjects.php @@ -1,6 +1,6 @@