File tree 3 files changed +4
-3
lines changed
3 files changed +4
-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.1 '
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.1 '
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 7
7
<exclude-pattern >node_modules/*</exclude-pattern >
8
8
<exclude-pattern >vendor/*</exclude-pattern >
9
9
<exclude-pattern >lib/*</exclude-pattern >
10
+ <exclude-pattern >tests/*</exclude-pattern >
10
11
<rule ref =" WordPress-Core" >
11
12
<exclude name =" Squiz.Commenting.FileComment.SpacingAfterComment" />
12
13
<exclude name =" Generic.Files.LowercasedFilename" />
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