]> source.dussan.org Git - nextcloud-server.git/commit
Add a magic wrapper from hell to allow phpunit4 to run the code again 2137/head
authorJoas Schilling <coding@schilljs.com>
Tue, 15 Nov 2016 13:33:06 +0000 (14:33 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 15 Nov 2016 13:49:14 +0000 (14:49 +0100)
commite76ef9aaa8ca8e1913e49492b4d27470df6481cb
treeaf7f1b9f9a25ed9a6c324cf475996158c482eece
parent571c5aac5e87deee1933f605d366060a82323621
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>
lib/autoloader.php
tests/lib/TestCase.php
tests/lib/TestCasePhpUnit4.php [new file with mode: 0644]
tests/lib/TestCasePhpUnit5.php [new file with mode: 0644]
tests/lib/TestCasePhpUnitCompatibility.php [new file with mode: 0644]