diff options
Diffstat (limited to 'tests/lib/TestCase.php')
-rw-r--r-- | tests/lib/TestCase.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/TestCase.php b/tests/lib/TestCase.php index cfed2b06c61..918edf7150e 100644 --- a/tests/lib/TestCase.php +++ b/tests/lib/TestCase.php @@ -549,8 +549,6 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase { * @param array $vars */ protected function assertTemplate($expectedHtml, $template, $vars = []) { - require_once __DIR__ . '/../../lib/private/legacy/template/functions.php'; - $requestToken = 12345; /** @var Defaults|\PHPUnit\Framework\MockObject\MockObject $l10n */ $theme = $this->getMockBuilder('\OCP\Defaults') |