Extends
lithium\test\UnitSource
public function testRunWithoutCommand() {
$create = new MockCreate(array('request' => $this->request));
$result = $create->run();
$this->assertFalse($result);
$result = $create->response->output;
$this->assertFalse($result);
}