Source

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