Extends
lithium\test\UnitSource
public function testLocateWithLibrary() {
$expected = array();
$result = (array) Libraries::locate("tests", null, array('library' => 'doesntExist'));
$this->assertIdentical($expected, $result);
}