Пример #1
0
 function testInitiallyEmpty()
 {
     $object = new AvlTree();
     $this->assertTrue($object->isEmpty());
     $this->assertCount(0, $object);
 }