Tests the loading of libraries

Returns

void

Source

						public function testLibraryLoad() {
		$this->expectException('Failed to load class `SomeInvalidLibrary` from path ``.');
		Libraries::load('SomeInvalidLibrary', true);
	}