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

testConstructor() public method

Test for the __construct() method.
public testConstructor ( )
    public function testConstructor()
    {
        $slugConverter = $this->getMockedSlugConverter();
        $this->assertAttributeSame($this->getTransformationProcessorMock(), 'transformationProcessor', $slugConverter);
        $this->assertAttributeInternalType('array', 'configuration', $slugConverter);
    }