ApiPlatform\Core\Tests\PathResolver\UnderscoreOperationPathResolverTest::testResolveCollectionOperationPath PHP 메소드

testResolveCollectionOperationPath() 공개 메소드

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