Add a magic wrapper from hell to allow phpunit4 to run the code again
Remove this once phpunit 5 is the lowest supported version, by reverting: https://github.com/nextcloud/server/pull/2137 Signed-off-by:Joas Schilling <coding@schilljs.com>
Showing
- lib/autoloader.php 7 additions, 0 deletionslib/autoloader.php
- tests/lib/TestCase.php 2 additions, 5 deletionstests/lib/TestCase.php
- tests/lib/TestCasePhpUnit4.php 37 additions, 0 deletionstests/lib/TestCasePhpUnit4.php
- tests/lib/TestCasePhpUnit5.php 37 additions, 0 deletionstests/lib/TestCasePhpUnit5.php
- tests/lib/TestCasePhpUnitCompatibility.php 32 additions, 0 deletionstests/lib/TestCasePhpUnitCompatibility.php
Loading
Please register or sign in to comment