/**
	 * Test...
	 *
	 * @todo Implement testGc().
	 *
	 * @return void
	 */
	public function testGc()
	{
		$this->assertThat(
			(bool) $this->object->gc(),
			$this->isTrue()
		);
	}
 /**
  * Test gc()
  *
  * @return  void
  */
 public function testGc()
 {
     $this->assertTrue((bool) $this->object->gc());
 }