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

github.com/nextcloud/files_automatedtagging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-12-05 15:17:16 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-12-17 14:54:41 +0300
commit643c926f638138857579fcdb5520c9f6843fe761 (patch)
treeeecc2fa275d99cb7570ec82d580eded56997b413 /tests
parent1c061c91ea6f53010554dc6acb10d55662e804f9 (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/OperationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/OperationTest.php b/tests/OperationTest.php
index 073899d..69416ef 100644
--- a/tests/OperationTest.php
+++ b/tests/OperationTest.php
@@ -54,7 +54,7 @@ class OperationTest extends TestCase {
/** @var IRuleMatcher|MockObject */
protected $ruleMatcher;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->ruleMatcher = $this->createMock(IRuleMatcher::class);