resolveOperationPath() public méthode

public resolveOperationPath ( string $resourceShortName, array $operation, boolean $collection ) : string
$resourceShortName string
$operation array
$collection boolean
Résultat string
 public function testResolveCollectionOperationPath()
 {
     $underscoreOperationPathResolver = new UnderscoreOperationPathResolver();
     $this->assertSame('/short_names.{_format}', $underscoreOperationPathResolver->resolveOperationPath('ShortName', [], true));
 }