From 1ada0a3c40abe86bcebfbc0798c5a52a7b5a8962 Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 6 Oct 2011 04:32:21 +0000 Subject: [PATCH] Add testcases for ignoring stylesheets and json git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9505 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- tests/classes/template/TemplateHandlerTest.class.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/classes/template/TemplateHandlerTest.class.php b/tests/classes/template/TemplateHandlerTest.class.php index a50331085..33db71086 100644 --- a/tests/classes/template/TemplateHandlerTest.class.php +++ b/tests/classes/template/TemplateHandlerTest.class.php @@ -164,6 +164,16 @@ class TemplateHandlerTest extends PHPUnit_Framework_TestCase 'logo', 'layout_info->logo_image){ ?>logo' ), + // error case - ignore stylesheets + array( + '', + '' + ), + // error case - ignore json + array( + '', + '' + ), // issue 103 array( '',