[BUGFIX] Integrity test fails
The integerity test checks if TYPO3_DB is a resource. After switch to mysqli, this is now an object and thus reflected with the patch now. At the same time, the $link property - while it changed its type - is now made protected, and a getter / setter is added. Change-Id: I5ecdcc27f628352a26a51fc28d5a9d7be5e16315 Resolves: #46805 Related: #36419 Releases: 6.1 Reviewed-on: https://review.typo3.org/19447 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- typo3/sysext/core/Classes/Database/DatabaseConnection.php 21 additions, 4 deletionstypo3/sysext/core/Classes/Database/DatabaseConnection.php
- typo3/sysext/core/Tests/Integrity/IntegrityTest.php 2 additions, 2 deletionstypo3/sysext/core/Tests/Integrity/IntegrityTest.php
- typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php 2 additions, 3 deletions...ysext/core/Tests/Unit/Database/DatabaseConnectionTest.php
- typo3/sysext/core/Tests/Unit/Database/PreparedStatementTest.php 2 additions, 2 deletions...sysext/core/Tests/Unit/Database/PreparedStatementTest.php
- typo3/sysext/core/Tests/Unit/Log/Writer/DatabaseTest.php 2 additions, 2 deletionstypo3/sysext/core/Tests/Unit/Log/Writer/DatabaseTest.php
Please register or sign in to comment