summaryrefslogtreecommitdiffstats
path: root/tests/lib/Preview/OfficeTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Preview/OfficeTest.php')
-rw-r--r--tests/lib/Preview/OfficeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Preview/OfficeTest.php b/tests/lib/Preview/OfficeTest.php
index 62981f2f003..555b3f77747 100644
--- a/tests/lib/Preview/OfficeTest.php
+++ b/tests/lib/Preview/OfficeTest.php
@@ -30,7 +30,7 @@ namespace Test\Preview;
*/
class OfficeTest extends Provider {
- public function setUp(): void {
+ protected function setUp(): void {
$libreofficeBinary = \OC_Helper::findBinaryPath('libreoffice');
$openofficeBinary = ($libreofficeBinary) ? null : \OC_Helper::findBinaryPath('openoffice');