diff --git a/lib/Cake/Test/Case/Utility/StringTest.php b/lib/Cake/Test/Case/Utility/StringTest.php index 062005ec1..27bf9c34a 100644 --- a/lib/Cake/Test/Case/Utility/StringTest.php +++ b/lib/Cake/Test/Case/Utility/StringTest.php @@ -473,7 +473,7 @@ podeĆs adquirirla.
)); $expected = '© 2005-2007, Cake Software...'; $this->assertEquals($expected, $result); - + $result = $this->Text->truncate($text, 31, array( 'html' => true, 'exact' => true,