Browse Source

fix missing blank line

antograssiot 10 years ago
parent
commit
0c6892b244
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/TestCase/Utility/TextTest.php

+ 3 - 0
tests/TestCase/Utility/TextTest.php

@@ -449,6 +449,7 @@ This is the song that never ends.
 TEXT;
         $this->assertTextEquals($expected, $result);
     }
+
     /**
      * test wrapBlock() indentical to wrap()
      *
@@ -465,6 +466,7 @@ TEXT;
         $expected = Text::wrap($text, ['width' => 33, 'indentAt' => 0]);
         $this->assertTextEquals($expected, $result);
     }
+
     /**
      * test wrapBlock() indenting from first line
      *
@@ -482,6 +484,7 @@ TEXT;
 TEXT;
         $this->assertTextEquals($expected, $result);
     }
+
     /**
      * test wrapBlock() indenting from second line
      *