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

testResolveCollectionOperationPath() public method

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