eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlAlias\SlugConverterTest::testGetUniqueCounterValue PHP Method

testGetUniqueCounterValue() public method

Test for the getUniqueCounterValue() method.
public testGetUniqueCounterValue ( $text, $isRootLevel, $returnValue )
    public function testGetUniqueCounterValue($text, $isRootLevel, $returnValue)
    {
        $slugConverter = $this->getMockedSlugConverter();
        $this->assertEquals($returnValue, $slugConverter->getUniqueCounterValue($text, $isRootLevel));
    }