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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-12-05 14:45:36 +0300
committerJoas Schilling <coding@schilljs.com>2019-12-05 14:45:36 +0300
commite8fd9171450006a2710bd07407eaa9dfe6664386 (patch)
tree88671bd3b9244878019ee556f57e7fe139f8cc63 /tests/unit/Config/ConfigValidatorTest.php
parent1c4f72c9e71cbd3a2570c25da3a07cbd5f1207f5 (diff)
Update master php testing versionsupdate-master-php-testing-versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/unit/Config/ConfigValidatorTest.php')
-rw-r--r--tests/unit/Config/ConfigValidatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Config/ConfigValidatorTest.php b/tests/unit/Config/ConfigValidatorTest.php
index edcb7135..6b0dcc3b 100644
--- a/tests/unit/Config/ConfigValidatorTest.php
+++ b/tests/unit/Config/ConfigValidatorTest.php
@@ -28,7 +28,7 @@ class ConfigValidatorTest extends \OCA\Gallery\Tests\GalleryUnitTest {
/**
* Test set up
*/
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->configValidator = new ConfigValidator();