diff --git a/typo3/sysext/core/Documentation/Changelog/master/Important-80606-TestingFrameworkRemovalUseComposerPackageInstead.rst b/typo3/sysext/core/Documentation/Changelog/master/Important-80606-TestingFrameworkRemovalUseComposerPackageInstead.rst new file mode 100644 index 0000000000000000000000000000000000000000..fc3639fe25994892dbd3ceaed003d5c9afe55c19 --- /dev/null +++ b/typo3/sysext/core/Documentation/Changelog/master/Important-80606-TestingFrameworkRemovalUseComposerPackageInstead.rst @@ -0,0 +1,26 @@ +.. include:: ../../Includes.txt + +============================================================================ +Important: #80606 - Testing Framework Removal / Use composer package instead +============================================================================ + +See :issue:`80606` + +Description +=========== + +The TYPO3 core base testing classes were moved to a separate composer package and removed +from the TYPO3 core. If you want to continue using the testing framework classes please use +composer and require the package typo3/testing-framework. + +To make sure you don't run into path issues, you can set the following environment variables: +TYPO3_PATH_WEB = The path to your web root +TYPO3_PATH_PACKAGES = The path to your vendor folder + +Find the new package on github at: +https://github.com/TYPO3/testing-framework + +And on packagist: +https://packagist.org/packages/typo3/testing-framework + +.. index:: CLI, PHP-API \ No newline at end of file