Skip to content

Commit b6c6243

Browse files
authored
Update master php testing versions (#188)
Update master php testing versions
2 parents abefa76 + b3ef43d commit b6c6243

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: php
22
php:
3-
- 7.1
43
- 7.2
54
- 7.3
5+
- 7.4snapshot
66

77
env:
88
global:

tests/Controller/FileHandlingControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class FileHandlingControllerTest extends TestCase {
5454
/** @var Folder|\PHPUnit_Framework_MockObject_MockObject */
5555
private $userFolderMock;
5656

57-
public function setUp() {
57+
protected function setUp(): void {
5858
parent::setUp();
5959
$this->appName = 'files_texteditor';
6060
$this->requestMock = $this->createMock(IRequest::class);

tests/SyntaxModeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
class SyntaxModeTest extends TestCase
2828
{
29-
public function setUp() {
29+
protected function setUp(): void {
3030
parent::setUp();
3131
}
3232

0 commit comments

Comments
 (0)