ApiPlatform\Core\Tests\PathResolver\UnderscoreOperationPathResolverTest::testResolveCollectionOperationPath PHP Method

testResolveCollectionOperationPath() public method

    public function testResolveCollectionOperationPath()
    {
        $underscoreOperationPathResolver = new UnderscoreOperationPathResolver();
        $this->assertSame('/short_names.{_format}', $underscoreOperationPathResolver->resolveOperationPath('ShortName', [], true));
    }
UnderscoreOperationPathResolverTest