We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd9409 commit 2bcaa3bCopy full SHA for 2bcaa3b
.travis.yml
@@ -4,6 +4,7 @@ php:
4
- 7.1
5
- 7.2
6
- 7.3
7
+ - 7.4
8
9
env:
10
matrix:
composer.json
@@ -25,7 +25,7 @@
25
"illuminate/support": "^5.5 || ^6.0 || ^7.0"
26
},
27
"require-dev": {
28
- "mockery/mockery": "^1.0",
+ "mockery/mockery": "^1.3",
29
"phpunit/phpunit": "^7.0 || ^8.0"
30
31
"autoload": {
tests/TelegramChannelTest.php
@@ -15,7 +15,7 @@
15
/**
16
* Class ChannelTest.
17
*/
18
-class ChannelTest extends TestCase
+class TelegramChannelTest extends TestCase
19
{
20
/** @var Mockery\Mock */
21
protected $telegram;
0 commit comments