Skip to content

Commit

Permalink
fix missing blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jun 4, 2015
1 parent 969fc44 commit 0c6892b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/TestCase/Utility/TextTest.php
Expand Up @@ -449,6 +449,7 @@ public function testWrapIndent()
TEXT;
$this->assertTextEquals($expected, $result);
}

/**
* test wrapBlock() indentical to wrap()
*
Expand All @@ -465,6 +466,7 @@ public function testWrapBlockIndenticalToWrap()
$expected = Text::wrap($text, ['width' => 33, 'indentAt' => 0]);
$this->assertTextEquals($expected, $result);
}

/**
* test wrapBlock() indenting from first line
*
Expand All @@ -482,6 +484,7 @@ public function testWrapBlockWithIndentAt0()
TEXT;
$this->assertTextEquals($expected, $result);
}

/**
* test wrapBlock() indenting from second line
*
Expand Down

0 comments on commit 0c6892b

Please sign in to comment.