Cleanup and optimize helper tests for speed
diff --git a/tests/codeigniter/helpers/xml_helper_test.php b/tests/codeigniter/helpers/xml_helper_test.php
index a83fef9..e8cf411 100644
--- a/tests/codeigniter/helpers/xml_helper_test.php
+++ b/tests/codeigniter/helpers/xml_helper_test.php
@@ -6,10 +6,10 @@
{
$this->helper('xml');
}
-
+
public function test_xml_convert()
{
$this->assertEquals('<tag>my & test - </tag>', xml_convert('<tag>my & test - </tag>'));
}
-
+
}
\ No newline at end of file