Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

Upgrade to PHPUnit 6 #57

Closed IchHabRecht closed 6 years ago

IchHabRecht commented 6 years ago

This patch adds native support for PHPUnit 6 and allows to test with current PHP and TYPO3 versions.

Resolves: #34 Resolves: #37 Resolves: #54

Replaces: #47