Пример #1
0
 public function testIsEmpty()
 {
     $this->assertFalse($this->_List->isEmpty());
     $this->_List->clear();
     $this->assertTrue($this->_List->isEmpty());
 }