[TASK] Increase test coverage of DatabaseConnection classes
Increase the test coverage of the DatabaseConnection class by adding unit and functional tests for core methods. Reformat the tests to use short array notation and fix PSR-2 warnings. Resolves: #60081 Releases: master Change-Id: Id839c88de75eb4174b3f0cd95d3954b9631fc23d Reviewed-on: https://review.typo3.org/47393 Reviewed-by:Tymoteusz Motylewski <t.motylewski@gmail.com> Tested-by:
Tymoteusz Motylewski <t.motylewski@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Tests/Functional/Database/DatabaseConnectionTest.php 759 additions, 0 deletions...core/Tests/Functional/Database/DatabaseConnectionTest.php
- typo3/sysext/core/Tests/Functional/Database/PreparedStatementTest.php 102 additions, 0 deletions.../core/Tests/Functional/Database/PreparedStatementTest.php
- typo3/sysext/core/Tests/Unit/Database/DatabaseConnectionTest.php 511 additions, 175 deletions...ysext/core/Tests/Unit/Database/DatabaseConnectionTest.php
- typo3/sysext/core/Tests/Unit/Database/PreparedStatementTest.php 107 additions, 33 deletions...sysext/core/Tests/Unit/Database/PreparedStatementTest.php
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment