Beispiel #1
0
 function testDelete()
 {
     $tree = new TreeMock();
     $tree->delete('hi');
     $this->assertTrue($tree->getNodeForPath('hi')->isDeleted);
 }