public function testGetDefaultHandler()
 {
     self::assertSame($this->customHandler1, $this->registry->getHandler('differentpath/to/file'));
 }
 /**
  * Returns the FSHandler for $path
  * @param $path
  * @return eZDFSFileHandlerDFSBackendInterface
  */
 private function getHandler($path)
 {
     return $this->fsHandlersRegistry->getHandler($path);
 }