Releases: TYPO3/testing-framework
Releases · TYPO3/testing-framework
SqlServer/MSSQL compatibility
[BUGFIX] Include all tables for data insertion This commit doesn't exclude tables without TCA anymore for data insertion. This fixes an issue with mssql where inserting values into an identity column fails due to missing TCA. Resolves: #127
[FEATURE] Add possibility to define TypoScript constants
[FEATURE] Add possibility to define TypoScript constants (#100) * [FEATURE] Add possibility to define TypoScript constants * [TASK] Use property `setup` instead of `typoScript`
[BUGFIX] Define sorting order for pages.xml fixture
4.8.1 [BUGFIX] Define sorting order for pages.xml fixture
[FEATURE] Follow redirects in frontend tests
4.8.0 [FEATURE] Follow redirects in frontend tests
[BUGFIX] Export database binding types in snapshots
4.7.2 [BUGFIX] Export database binding types in snapshots
[BUGFIX] Instance path handling & serialization
[FEATURE] Add database snapshot handling
4.6.1: [BUGFIX] Fallback to internal exception in case it cannot be created
e.g. Doctrine\DBAL\Exception\DriverException cannot be reconstituted with just message and code, but requires additional context.
Refactor functional test scenario import
- 5ff5124 [!!!][TASK] Refactor functional test scenario import