Author: Paul Le Corre (paul@lecorre.me)
Inheritance: implements ApiPlatform\Core\PathResolver\OperationPathResolverInterface
 public function testResolveItemOperationPath()
 {
     $dashOperationPathResolver = new DashOperationPathResolver();
     $this->assertSame('/short-names/{id}.{_format}', $dashOperationPathResolver->resolveOperationPath('ShortName', [], false));
 }