コード例 #1
0
 /**
  * @todo Implement testClear().
  */
 public function testClear()
 {
     $this->fixture();
     $this->assertEquals(3, $this->object->count());
     $this->object->clear();
     $this->assertEquals(0, $this->object->count());
 }