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

[BUGFIX] Prevent unsetting PHPUnit properties #81

Closed IchHabRecht closed 6 years ago

IchHabRecht commented 6 years ago

Since PHPUnit introduces namespaces, class name not starting with "PHPUnit_" anymore, but "PHPUnit\". This patch ensures no PHPUnit class property is unset for both cases.