コード例 #1
0
	/**
	 * Testing test().
	 *
	 * @return void
	 */
	public function testTest()
	{
		$this->assertThat(
			$this->object->test(),
			$this->equalTo($this->apcAvailable),
			'Claims APC is not loaded.'
		);
	}