Source

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