eZ\Publish\Core\Persistence\Legacy\Tests\TransactionHandlerTest::testConstruct PHP Method

testConstruct() public method

public testConstruct ( )
    public function testConstruct()
    {
        $handler = $this->getTransactionHandler();
        $this->assertAttributeSame($this->getDatabaseHandlerMock(), 'dbHandler', $handler);
        $this->assertAttributeSame($this->getContentTypeHandlerMock(), 'contentTypeHandler', $handler);
        $this->assertAttributeSame($this->getLanguageHandlerMock(), 'languageHandler', $handler);
    }