From 23db3d0b8378577e39d8b81ff9fee1cea461a6c9 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 8 Jul 2015 08:11:04 -0700 Subject: [ticket/13995] Remove projection from tests PHPBB3-13995 --- tests/template/template_includecss_test.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/template') diff --git a/tests/template/template_includecss_test.php b/tests/template/template_includecss_test.php index 49bd9dec8b..4ef9b90ec4 100644 --- a/tests/template/template_includecss_test.php +++ b/tests/template/template_includecss_test.php @@ -71,19 +71,19 @@ class phpbb_template_template_includecss_test extends phpbb_template_template_te */ array( array('TEST' => 1), - '', + '', ), array( array('TEST' => 2), - '', + '', ), array( array('TEST' => 3), - '', + '', ), array( array('TEST' => 4), - '', + '', ), ); } -- cgit v1.2.1