Skip to content

Commit 03b5abf

Browse files
committed
Remove unneeded backwards-compatible PHPUnit autoloader call.
1 parent 4aeb908 commit 03b5abf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

solid/tests/bootstrap.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@
1414
// Fix for "Autoload path not allowed: .../solid/tests/testcase.php"
1515
\OC_App::loadApp('solid');
1616

17-
if(!class_exists('PHPUnit_Framework_TestCase')) {
18-
require_once('PHPUnit/Autoload.php');
19-
}
20-
2117
OC_Hook::clear();

0 commit comments

Comments
 (0)