[BUGFIX] Remove class loader in functional test tear down
The functional test teardown does not remove the class loader but removes the instance directories. Because of this the TYPO3 class loader is still triggered (by PHPUnit classes) and tries to write things to a cache directory that does not exist any more. Resolves: #56086 Releases: 6.2 Change-Id: Ib6acb588fb8b84c64d04882228822f6398838b6b Reviewed-on: https://review.typo3.org/27775 Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel
Please register or sign in to comment