示例#1
0
 public function testClear()
 {
     $this->arrayCollection->clear();
     $this->assertEmpty($this->arrayCollection->toArray());
 }