/**
  * @covers BackBee\NestedNode\Section::isLeaf
  */
 public function testIsLeaf()
 {
     $section = new Section();
     $this->assertFalse($section->isLeaf());
 }