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

testResolveCollectionOperationPath() 공개 메소드

    public function testResolveCollectionOperationPath()
    {
        $dashOperationPathResolver = new DashOperationPathResolver();
        $this->assertSame('/short-names.{_format}', $dashOperationPathResolver->resolveOperationPath('ShortName', [], true));
    }