Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
[FEATURE] Add missing compatibility classes for TYPO3 CMS 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Feb 16, 2017
1 parent 22fd37a commit 31a0b37
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 97 deletions.
4 changes: 4 additions & 0 deletions compat/Packages/class-alias/ClassAliasMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
return [
'TYPO3\\Components\\TestingFramework\\Core\\Exception' => \Nimut\TestingFramework\Exception\Exception::class,
'TYPO3\\Components\\TestingFramework\\Core\\FileStreamWrapper' => \Nimut\TestingFramework\File\FileStreamWrapper::class,
'TYPO3\\Components\\TestingFramework\\Core\\Functional\\Framework\\Frontend\\Response' => \Nimut\TestingFramework\Http\Response::class,
'TYPO3\\Components\\TestingFramework\\Core\\Functional\\Framework\\Frontend\\ResponseContent' => \Nimut\TestingFramework\Http\ResponseContent::class,
'TYPO3\\Components\\TestingFramework\\Core\\Functional\\Framework\\Frontend\\ResponseSection' => \Nimut\TestingFramework\Http\ResponseSection::class,
'TYPO3\\Components\\TestingFramework\\Core\\Functional\\FunctionalTestCase' => \Nimut\TestingFramework\TestCase\FunctionalTestCase::class,
'TYPO3\\Components\\TestingFramework\\Core\\Unit\\UnitTestCase' => \Nimut\TestingFramework\TestCase\UnitTestCase::class,
'TYPO3\\Components\\TestingFramework\\Fluid\\Unit\\ViewHelpers\\ViewHelperBaseTestcase' => \Nimut\TestingFramework\TestCase\ViewHelperBaseTestcase::class,
];
Loading

0 comments on commit 31a0b37

Please sign in to comment.