Пример #1
0
 public function testClearErasesTheArray()
 {
     $o = new Horde_Support_Array(array('foo' => 'bar'));
     $o->clear();
     $this->assertEquals(0, $o->count());
 }