eZ\Publish\Core\Persistence\Legacy\Tests\Content\UrlWildcard\Gateway\DoctrineDatabaseTest::testConstructor PHP Метод

testConstructor() публичный Метод

Test for the __construct() method.
public testConstructor ( )
    public function testConstructor()
    {
        $dbHandler = $this->getDatabaseHandler();
        $gateway = $this->getGateway();
        $this->assertAttributeSame($dbHandler, 'dbHandler', $gateway);
    }