Skip to content

Commit 2bcaa3b

Browse files
author
sergiy-petrov
authored
test on php 7.4 (#68)
* test on php 7.4 * require mockery ^1.3 * rename class
1 parent 6cd9409 commit 2bcaa3b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 7.1
55
- 7.2
66
- 7.3
7+
- 7.4
78

89
env:
910
matrix:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"illuminate/support": "^5.5 || ^6.0 || ^7.0"
2626
},
2727
"require-dev": {
28-
"mockery/mockery": "^1.0",
28+
"mockery/mockery": "^1.3",
2929
"phpunit/phpunit": "^7.0 || ^8.0"
3030
},
3131
"autoload": {

tests/TelegramChannelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/**
1616
* Class ChannelTest.
1717
*/
18-
class ChannelTest extends TestCase
18+
class TelegramChannelTest extends TestCase
1919
{
2020
/** @var Mockery\Mock */
2121
protected $telegram;

0 commit comments

Comments
 (0)