From 2fdb1e997f030155bd6648f9d72a77ccecda0324 Mon Sep 17 00:00:00 2001
From: Fabio Bas <ctrlaltca@gmail.com>
Date: Wed, 15 Jan 2014 19:05:25 +0100
Subject: Removed ?> from tests

---
 tests/unit/Web/THttpUtilityTest.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'tests/unit/Web/THttpUtilityTest.php')

diff --git a/tests/unit/Web/THttpUtilityTest.php b/tests/unit/Web/THttpUtilityTest.php
index 85fcf7f4..7f4e6705 100644
--- a/tests/unit/Web/THttpUtilityTest.php
+++ b/tests/unit/Web/THttpUtilityTest.php
@@ -18,5 +18,4 @@ class THttpUtilityTest extends PHPUnit_Framework_TestCase {
     	$html = THttpUtility::htmlDecode('&lt;tag key=&quot;value&quot;&gt;');
 		self::assertEquals('<tag key="value">', $html);
 	}
-}
-?>
\ No newline at end of file
+}
\ No newline at end of file
-- 
cgit v1.2.3