Skip to content

Releases: TYPO3/testing-framework

8.2.1

14 Aug 18:21

Choose a tag to compare

What's Changed

  • [TASK] Create DataHandler using GU::makeInstance() (#602) by @lolli42 in #605
  • [TASK] Avoid implicitly nullable method parameter by @lolli42 in #607
  • [TASK] Add PHP 8.4 to test matrix (#610) by @lolli42 in #611
  • [TASK] Streamline Testbase->setUpTestDatabase() by @sbuerk in #615

Full Changelog: 8.2.0...8.2.1

7.1.0

14 Aug 18:19

Choose a tag to compare

What's Changed

  • [TASK] php-cs-fixer scans again by @lolli42 in #571
  • [TASK] Avoid implicitly nullable method parameter (#896) by @lolli42 in #608
  • [TASK] Add PHP 8.4 to test matrix (#610) by @lolli42 in #612
  • [TASK] Streamline Testbase->setUpTestDatabase() by @sbuerk in #616

Full Changelog: 7.0.5...7.1.0

8.2.0

25 Jun 22:53
f508b8e

Choose a tag to compare

What's Changed

Full Changelog: 8.1.1...8.2.0

8.1.1

21 Jun 09:20
4409155

Choose a tag to compare

What's Changed

  • [BUGFIX] Check for install.php existance by @lolli42 in #567

Full Changelog: 8.1.0...8.1.1

7.0.5

21 Jun 15:42

Choose a tag to compare

What's Changed

  • [TASK] Avoid invalid database name configuration by @sbuerk in #509
  • [TASK] Replace \PDO::PARAM_* constants with Connection::PARAM_* by @sbuerk in #514
  • [TASK] Bump friendsofphp/php-cs-fixer:^3.37.1 (#515) by @lolli42 in #516
  • [TASK] GH workflows actions/checkout@v4 by @lolli42 in #545
  • [TASK] Streamline Build/Scripts/runTests.sh by @sbuerk in #548
  • [TASK] Remove scheduled workflow from branch 7 by @sbuerk in #550
  • [TASK] Happify phpstan by @lolli42 in #564

Full Changelog: 7.0.4...7.0.5

What's Changed

  • [TASK] Avoid invalid database name configuration by @sbuerk in #509
  • [TASK] Replace \PDO::PARAM_* constants with Connection::PARAM_* by @sbuerk in #514
  • [TASK] Bump friendsofphp/php-cs-fixer:^3.37.1 (#515) by @lolli42 in #516
  • [TASK] GH workflows actions/checkout@v4 by @lolli42 in #545
  • [TASK] Streamline Build/Scripts/runTests.sh by @sbuerk in #548
  • [TASK] Remove scheduled workflow from branch 7 by @sbuerk in #550
  • [TASK] Happify phpstan by @lolli42 in #564

Full Changelog: 7.0.4...7.0.5

8.1.0

20 Jun 15:47
ee9f3da

Choose a tag to compare

What's Changed

Full Changelog: 8.0.9...8.1.0

8.0.9

01 Feb 09:52

Choose a tag to compare

What's Changed

  • [TASK] Ensure Doctrine DBAL 3 and 4 dual support by @sbuerk in #529
  • [TASK] Streamline the PHPUnit configuration files by @oliverklee in #526
  • [TASK] Avoid json encoding of ParameterType by @sbuerk in #530
  • [TASK] Use /index.php as application entry point by @bnf in #533
  • [TASK] Remove outdated JSunit configuration by @lolli42 in #534
  • [TASK] Do not load EXT:install in functional tests by @lolli42 in #537
  • [TASK] Remove functional test database configuration fallback by @sbuerk in #538

Full Changelog: 8.0.8...8.0.9

8.0.8

28 Dec 13:26

Choose a tag to compare

What's Changed

  • [TASK] Respect #[WithoutErrorHandler] for error handler integrity check by @sbuerk in #527

Full Changelog: 8.0.7...8.0.8

8.0.7

24 Nov 10:01

Choose a tag to compare

What's Changed

  • [TASK] Replace \PDO::PARAM_* constants with Connection::PARAM_* by @sbuerk in #513
  • [TASK] Bump friendsofphp/php-cs-fixer:^3.37.1 by @lolli42 in #515
  • [TASK] Avoid deprecated SchemaManager->listTableDetails() method by @sbuerk in #520
  • [TASK] Avoid deprecated AbstractSchemaManager::getDatabasePlatform() by @sbuerk in #521
  • [BUGFIX] Respect TYPO3_REQUEST in framework state by @DanielSiepmann in #518
  • [BUGFIX] Ignore non-typo3 packages in PackageState by @tweis in #519
  • [TASK] Avoid calling deprecated Platform->getName() by @sbuerk in #522
  • [TASK] Ensure to set a SchemaManagerFactory for lowlevel connection by @sbuerk in #523

New Contributors

Full Changelog: 8.0.6...8.0.7

[RELEASE] Compatibility release

30 Sep 06:15
22461bc

Choose a tag to compare

6.4.3

Merge pull request #201 from DanielSiepmann/feature/178-support-priva…