public function testGetSeparator()
 {
     ArrayPath::setSeparator('#');
     $this->assertEquals('#', ArrayPath::getSeparator());
 }