Browse Source

[svn r20996] Minor - tested to function testApiTruncStr()

Ricardo Rodriguez 16 years ago
parent
commit
d4320f8e74
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/main/inc/lib/main_api.lib.test.php

+ 1 - 2
tests/main/inc/lib/main_api.lib.test.php

@@ -265,8 +265,7 @@ class TestMainApi extends UnitTestCase {
 		$res= api_trunc_str($text, $length = 30, $endStr = '...', $middle = false);
 		return $this->assertFalse($res);
 	}
-	
-	
+
 
 }