aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Preview/MovieTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Preview/MovieTest.php')
-rw-r--r--tests/lib/Preview/MovieTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Preview/MovieTest.php b/tests/lib/Preview/MovieTest.php
index 0c174a40ca6..7437ff3567a 100644
--- a/tests/lib/Preview/MovieTest.php
+++ b/tests/lib/Preview/MovieTest.php
@@ -30,7 +30,7 @@ namespace Test\Preview;
*/
class MovieTest extends Provider {
- public function setUp() {
+ public function setUp(): void {
$avconvBinary = \OC_Helper::findBinaryPath('avconv');
$ffmpegBinary = ($avconvBinary) ? null : \OC_Helper::findBinaryPath('ffmpeg');