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

github.com/nextcloud/serverinfo.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:07:10 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-05 15:07:10 +0300
commit3bff4d57b89d742781fb9418f8680badb5cd7b03 (patch)
tree6ca9f6f0f6b57bd33fc05f56fb80e472f96c3eef /tests
parentb1c7ac97ed6e44a39c580fd5079bb54f2d9a8c0f (diff)
Update master php testing versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/SessionStatisticsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/SessionStatisticsTest.php b/tests/lib/SessionStatisticsTest.php
index 5bd2381..bde82e1 100644
--- a/tests/lib/SessionStatisticsTest.php
+++ b/tests/lib/SessionStatisticsTest.php
@@ -55,7 +55,7 @@ class SessionStatisticsTest extends TestCase {
private $currentTime = 100000;
- public function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->timeFactory = $this->getMockBuilder('OCP\AppFramework\Utility\ITimeFactory')