Extends
lithium\test\UnitSource
public function testLocateWithDotSyntax() {
$expected = 'lithium\template\helper\Html';
$result = Libraries::locate('helper', 'lithium.Html');
$this->assertEqual($expected, $result);
}
public function testLocateWithDotSyntax() {
$expected = 'lithium\template\helper\Html';
$result = Libraries::locate('helper', 'lithium.Html');
$this->assertEqual($expected, $result);
}