Author: Paul Le Corre (paul@lecorre.me)
Inheritance: implements ApiPlatform\Core\PathResolver\OperationPathResolverInterface
 public function testResolveCollectionOperationPath()
 {
     $underscoreOperationPathResolver = new UnderscoreOperationPathResolver();
     $this->assertSame('/short_names.{_format}', $underscoreOperationPathResolver->resolveOperationPath('ShortName', [], true));
 }