Extends
lithium\test\Unit
Tests the loading of libraries
Returns
voidSource
public function testLibraryLoad() {
$this->expectException('Failed to load class `SomeInvalidLibrary` from path ``.');
Libraries::load('SomeInvalidLibrary', true);
}