File tree 6 files changed +8
-7
lines changed
6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : " Checkout"
15
- uses : " actions/checkout@v2 "
15
+ uses : " actions/checkout@v3 "
16
16
17
17
- name : " Setup PHP"
18
18
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : " Checkout"
15
- uses : " actions/checkout@v2 "
15
+ uses : " actions/checkout@v3 "
16
16
17
17
- name : " Setup PHP"
18
18
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change @@ -18,10 +18,11 @@ jobs:
18
18
- " 7.4"
19
19
- " 8.0"
20
20
- " 8.1"
21
+ - " 8.2"
21
22
22
23
steps :
23
24
- name : " Checkout"
24
- uses : " actions/checkout@v2 "
25
+ uses : " actions/checkout@v3 "
25
26
26
27
- name : " Install PHP"
27
28
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : " Checkout"
15
- uses : " actions/checkout@v2 "
15
+ uses : " actions/checkout@v3 "
16
16
17
17
- name : " Setup PHP"
18
18
uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 20
20
},
21
21
"require" : {
22
22
"php" : " >=7.2" ,
23
- "php-mock/php-mock-integration" : " ^2" ,
23
+ "php-mock/php-mock-integration" : " ^2.2.1 " ,
24
24
"phpspec/prophecy" : " ^1.12.1"
25
25
},
26
26
"require-dev" : {
Original file line number Diff line number Diff line change 2
2
3
3
namespace phpmock \prophecy ;
4
4
5
- use phpmock \AbstractMockTest ;
5
+ use phpmock \AbstractMockTestCase ;
6
6
use Prophecy \Argument ;
7
7
8
8
/**
13
13
* @license http://www.wtfpl.net/txt/copying/ WTFPL
14
14
* @see PHPProphet
15
15
*/
16
- final class PHPProphetTest extends AbstractMockTest
16
+ final class PHPProphetTest extends AbstractMockTestCase
17
17
{
18
18
/**
19
19
* @var PHPProphet The SUT.
You can’t perform that action at this time.
0 commit comments