eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\UrlWildcardHandlerTest::testConstructor PHP Method

testConstructor() public method

Test for the __construct() method.
public testConstructor ( )
    public function testConstructor()
    {
        $handler = $this->getHandler();
        self::assertAttributeSame($this->gateway, 'gateway', $handler);
        self::assertAttributeSame($this->mapper, 'mapper', $handler);
    }