mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Bug in test suite on branch 2.5 #5838
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sutefan on GitHub (Jan 8, 2018).
Originally assigned to: @Ocramius on GitHub.
Hi there,
When I launch PHPUnit on branch 2.5 I get the following message :
Fatal error: Declaration of Doctrine\Tests\Mocks\HydratorMockStatement::fetch($fetchStyle = NULL) must be compatible with Doctrine\DBAL\Driver\ResultStatement::fetch($fetchMode = NULL, $cursorOrientation = PDO::FETCH_ORI_NEXT, $cursorOffset = 0) in /var/www/html/tests/Doctrine/Tests/Mocks/HydratorMockStatement.php on line 11I don't really know how to fix this. Has anyone a solution to repair this please ?
@Ocramius commented on GitHub (Jan 8, 2018):
DBAL 2.5 and ORM 2.5 diverged on mock interface implementations: please upgrade to 2.6.