Extends
lithium\test\UnitSource
public function testNl() {
$command = new MockCommand(array('request' => $this->request));
$expected = "\n\n\n";
$result = $command->nl(3);
$this->assertEqual($expected, $result);
}
public function testNl() {
$command = new MockCommand(array('request' => $this->request));
$expected = "\n\n\n";
$result = $command->nl(3);
$this->assertEqual($expected, $result);
}