/**
	 * Testing test().
	 */
	public function testTest() {
		$this->assertThat(
			$this->object->test(),
			$this->equalTo(is_writable(JPATH_BASE.'/cache')),
			'Claims File is not loaded.'
		);
	}