Extends
lithium\test\UnitSource
public function testServiceLocateCommand() {
$result = Libraries::locate('command.g11n', 'Extract');
$expected = 'lithium\console\command\g11n\Extract';
$this->assertEqual($expected, $result);
}
public function testServiceLocateCommand() {
$result = Libraries::locate('command.g11n', 'Extract');
$expected = 'lithium\console\command\g11n\Extract';
$this->assertEqual($expected, $result);
}