doctrine / dbal

Doctrine Database Abstraction Layer
https://www.doctrine-project.org/projects/dbal.html
MIT License
9.45k stars 1.33k forks source link

The build is broken on master #2475

Closed greg0ire closed 8 years ago

greg0ire commented 8 years ago

In #2473 , I noticed many errors in the build that seem unrelated to my changes.

I fixed similar problems with Sonata recently :

It looks the mock system is a bit more strict now.

Example error message :

Doctrine\Tests\DBAL\ConnectionTest::testConnectDispatchEvent

Undefined index: postConnect

The same message appears many times, with different method names.

Related : https://github.com/sebastianbergmann/phpunit-mock-objects/issues/321

greg0ire commented 8 years ago

@Ocramius : should this be contributed on master or on 2.5 (or on both? I don't see 2.5 being merged in master or vice versa in the git graph).

Ocramius commented 8 years ago

@greg0ire send patches to master, backporting is up to us.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.