Extends
lithium\test\UnitSource
public function testParseNoArgumentsNoOptions() {
$expected = array(
'command' => null, 'action' => 'run', 'args' => array()
);
$result = Router::parse();
$this->assertEqual($expected, $result);
}
public function testParseNoArgumentsNoOptions() {
$expected = array(
'command' => null, 'action' => 'run', 'args' => array()
);
$result = Router::parse();
$this->assertEqual($expected, $result);
}