[TASK] Tests: Refactor and activate dbal tests
Our unit test environment is finally ready to execute existing dbal unit tests, even if no database connection exists. The patch refactors unit tests of ext:dbal, modernizes their codebase and adds them to the build. Resolves: #52527 Related: #51436 Releases: 6.2 Change-Id: I70507591dc89331d658d50196dfcaea002caa7d5 Reviewed-on: https://review.typo3.org/29874 Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
Showing
- typo3/sysext/core/Build/UnitTests.xml 3 additions, 0 deletionstypo3/sysext/core/Build/UnitTests.xml
- typo3/sysext/dbal/Tests/Unit/Database/AbstractTestCase.php 93 additions, 0 deletionstypo3/sysext/dbal/Tests/Unit/Database/AbstractTestCase.php
- typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionMssqlTest.php 85 additions, 77 deletions.../dbal/Tests/Unit/Database/DatabaseConnectionMssqlTest.php
- typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionOracleTest.php 278 additions, 216 deletions...dbal/Tests/Unit/Database/DatabaseConnectionOracleTest.php
- typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionPostgresqlTest.php 75 additions, 71 deletions.../Tests/Unit/Database/DatabaseConnectionPostgresqlTest.php
- typo3/sysext/dbal/Tests/Unit/Database/DatabaseConnectionTest.php 119 additions, 74 deletions...ysext/dbal/Tests/Unit/Database/DatabaseConnectionTest.php
- typo3/sysext/dbal/Tests/Unit/Database/FakeDatabaseConnection.php 0 additions, 56 deletions...ysext/dbal/Tests/Unit/Database/FakeDatabaseConnection.php
- typo3/sysext/dbal/Tests/Unit/Database/Fixtures/mssql.config.php 0 additions, 32 deletions...sysext/dbal/Tests/Unit/Database/Fixtures/mssql.config.php
- typo3/sysext/dbal/Tests/Unit/Database/Fixtures/oci8.config.php 0 additions, 77 deletions.../sysext/dbal/Tests/Unit/Database/Fixtures/oci8.config.php
- typo3/sysext/dbal/Tests/Unit/Database/Fixtures/postgresql.config.php 0 additions, 29 deletions...t/dbal/Tests/Unit/Database/Fixtures/postgresql.config.php
- typo3/sysext/dbal/Tests/Unit/Database/SqlParserTest.php 180 additions, 191 deletionstypo3/sysext/dbal/Tests/Unit/Database/SqlParserTest.php
Please register or sign in to comment