public function testGetDefaultHandler()
 {
     self::assertSame($this->customHandler1, $this->registry->getHandler('differentpath/to/file'));
 }
 /**
  * Returns all the fs handlers
  * @return eZDFSFileHandlerDFSBackendInterface[]
  */
 private function getAllHandlers()
 {
     return $this->fsHandlersRegistry->getAllHandlers();
 }