File tree 3 files changed +15
-13
lines changed
3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
strategy :
15
15
matrix :
16
16
include :
17
- - php-version : 7.1
17
+ - php-version : 7.3
18
18
symfony-version : 4.4.*
19
+ - php-version : 7.3
20
+ symfony-version : 5.2.*
19
21
- php-version : 7.4
20
- symfony-version : 4.4.*
21
- - php-version : 7.2
22
- symfony-version : 5.1.*
23
- - php-version : 7.4
24
- symfony-version : 5.1.*
22
+ symfony-version : 5.2.*
23
+ - php-version : 8.0
24
+ symfony-version : 5.2.*
25
25
26
26
steps :
27
27
- name : " Checkout"
48
48
strategy :
49
49
matrix :
50
50
include :
51
- - php-version : 7.4
52
- symfony-version : 5.1 .*
51
+ - php-version : 8.0
52
+ symfony-version : 5.2 .*
53
53
54
54
steps :
55
55
- name : " Checkout"
75
75
strategy :
76
76
matrix :
77
77
include :
78
- - php-version : 7.4
79
- symfony-version : 5.1 .*
78
+ - php-version : 8.0
79
+ symfony-version : 5.2 .*
80
80
81
81
steps :
82
82
- name : " Checkout"
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
"require" : {
28
- "php" : " ^7.1 " ,
28
+ "php" : " ^7.3|^8.0 " ,
29
29
"sonata-project/admin-bundle" : " ^3.0" ,
30
30
"symfony/workflow" : " ^4.4|^5.0"
31
31
},
32
32
"require-dev" : {
33
- "phpunit/phpunit" : " ^7 .5" ,
33
+ "phpunit/phpunit" : " ^8.5|^9 .5" ,
34
34
"squizlabs/php_codesniffer" : " ^3.5"
35
35
}
36
36
}
Original file line number Diff line number Diff line change @@ -59,8 +59,10 @@ class WorkflowControllerTest extends TestCase
59
59
*/
60
60
private $ flashBag ;
61
61
62
- public function setUp ()
62
+ protected function setUp (): void
63
63
{
64
+ parent ::setUp ();
65
+
64
66
$ this ->container = $ this ->prophesize (ContainerInterface::class);
65
67
$ this ->admin = $ this ->prophesize (AdminInterface::class);
66
68
$ this ->registry = new Registry ();
You can’t perform that action at this time.
0 commit comments