eZ\Publish\Core\Persistence\Legacy\Tests\User\Role\Gateway\DoctrineDatabaseTest::testCtor PHP Method

testCtor() public method

public testCtor ( )
    public function testCtor()
    {
        $handler = $this->getDatabaseHandler();
        $gateway = $this->getDatabaseGateway();
        $this->assertAttributeSame($handler, 'handler', $gateway);
    }