From cd95cd0d64be6f2baf18a6a4007e020ba2cdb0af Mon Sep 17 00:00:00 2001 From: josephspurrier Date: Fri, 2 May 2014 22:22:49 -0400 Subject: [PATCH] Updated folder capitalization --- src/SurfStack/Templating/Plugin/Block.php | 2 +- tests/SurfStack/Templating/Template_Engine_Test.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SurfStack/Templating/Plugin/Block.php b/src/SurfStack/Templating/Plugin/Block.php index 49dc034..dd36976 100644 --- a/src/SurfStack/Templating/Plugin/Block.php +++ b/src/SurfStack/Templating/Plugin/Block.php @@ -26,7 +26,7 @@ abstract class Block public $internal = array(); /** - * Called by the template, expects a return value + * Called by the template, expects a return value * @param string $strContent * @param array $arrData */ diff --git a/tests/SurfStack/Templating/Template_Engine_Test.php b/tests/SurfStack/Templating/Template_Engine_Test.php index 69ca822..bfa5a9e 100644 --- a/tests/SurfStack/Templating/Template_Engine_Test.php +++ b/tests/SurfStack/Templating/Template_Engine_Test.php @@ -27,7 +27,7 @@ protected function setUp() $this->view->setCompileDir(__DIR__.'/template_compile'); $this->view->setCacheDir(__DIR__.'/template_cache'); - $this->view->setPluginDir(__DIR__.'/plugin'); + $this->view->setPluginDir(__DIR__.'/Plugin'); $this->view->clearCompile(); $this->view->clearCache();