Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/previewgenerator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Kromlinger <mail@hashworks.net>2020-05-04 19:17:11 +0300
committerhashworks <mail@hashworks.net>2021-12-05 19:31:12 +0300
commit3cde4b8a5ad86c9a7cc524e6c4eed22f02bf8e5b (patch)
tree5df7a305f67a63e71d4ca40796a4cd1ab6215831
parent92c6b641aadc95565524c0b410c2f37f08ce3125 (diff)
Make WatcherTest::setUp() compatibly with TestCase
Signed-off-by: hashworks <mail@hashworks.net>
-rw-r--r--tests/WatcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/WatcherTest.php b/tests/WatcherTest.php
index a89bbc0..18c5867 100644
--- a/tests/WatcherTest.php
+++ b/tests/WatcherTest.php
@@ -45,7 +45,7 @@ class WatcherTest extends TestCase {
/** @var Watcher */
private $watcher;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->connection = \OC::$server->getDatabaseConnection();