Sfoglia il codice sorgente

Merge branch 'feature/test-coverage' into dev

Justin Hileman 15 anni fa
parent
commit
870aedf6b9

+ 1 - 1
examples/section_iterator_objects/SectionIteratorObject.php → examples/section_iterator_objects/SectionIteratorObjects.php

@@ -1,6 +1,6 @@
 <?php
 
-class SectionIteratorObject extends Mustache {
+class SectionIteratorObjects extends Mustache {
 	public $start = "It worked the first time.";
 
 	public function middle() {

+ 0 - 0
examples/section_iterator_objects/section_iterator_object.mustache → examples/section_iterator_objects/section_iterator_objects.mustache


+ 0 - 0
examples/section_iterator_objects/section_iterator_object.txt → examples/section_iterator_objects/section_iterator_objects.txt


+ 1 - 1
examples/section_magic_objects/SectionMagicObject.php → examples/section_magic_objects/SectionMagicObjects.php

@@ -1,6 +1,6 @@
 <?php
 
-class SectionMagicObject extends Mustache {
+class SectionMagicObjects extends Mustache {
 	public $start = "It worked the first time.";
 
 	public function middle() {

+ 0 - 0
examples/section_magic_objects/section_magic_object.mustache → examples/section_magic_objects/section_magic_objects.mustache


+ 0 - 0
examples/section_magic_objects/section_magic_object.txt → examples/section_magic_objects/section_magic_objects.txt