File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
- name : Setup PHP version
14
14
uses : shivammathur/setup-php@v2
15
15
with :
16
- php-version : ' 7.2 '
16
+ php-version : ' 7.4 '
17
17
extensions : simplexml
18
18
- name : Checkout source code
19
19
uses : actions/checkout@v2
49
49
- name : Setup PHP version
50
50
uses : shivammathur/setup-php@v2
51
51
with :
52
- php-version : ' 7.2 '
52
+ php-version : ' 7.4 '
53
53
extensions : simplexml, mysql
54
54
tools : phpunit-polyfills
55
55
- name : Checkout source code
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Test_Visualizer_Ajax extends WP_Ajax_UnitTestCase {
37
37
/**
38
38
* Set up.
39
39
*/
40
- public function setUp () {
40
+ public function setUp (): void {
41
41
parent ::setUp ();
42
42
$ this ->admin_user_id = $ this ->factory ->user ->create (
43
43
array (
You can’t perform that action at this time.
0 commit comments