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

github.com/nextcloud/files_texteditor.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 14:42:34 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-05 14:42:34 +0300
commitb3ef43d6ce4fbfd0f2e6ecce0234a2d6f1ee6a24 (patch)
tree5de022b310fe1c77937433f35ffb51987e6abf2c /tests
parent6311b1df312bced27f57535ab39de736372477dc (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Controller/FileHandlingControllerTest.php2
-rw-r--r--tests/SyntaxModeTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Controller/FileHandlingControllerTest.php b/tests/Controller/FileHandlingControllerTest.php
index 1631540..8480728 100644
--- a/tests/Controller/FileHandlingControllerTest.php
+++ b/tests/Controller/FileHandlingControllerTest.php
@@ -54,7 +54,7 @@ class FileHandlingControllerTest extends TestCase {
/** @var Folder|\PHPUnit_Framework_MockObject_MockObject */
private $userFolderMock;
- public function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->appName = 'files_texteditor';
$this->requestMock = $this->createMock(IRequest::class);
diff --git a/tests/SyntaxModeTest.php b/tests/SyntaxModeTest.php
index 1a260e7..4c9bc1f 100644
--- a/tests/SyntaxModeTest.php
+++ b/tests/SyntaxModeTest.php
@@ -26,7 +26,7 @@ use Test\TestCase;
class SyntaxModeTest extends TestCase
{
- public function setUp() {
+ protected function setUp(): void {
parent::setUp();
}