File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 - name : Setup PHP version
1414 uses : shivammathur/setup-php@v2
1515 with :
16- php-version : ' 7.1 '
16+ php-version : ' 7.4 '
1717 extensions : simplexml
1818 - name : Checkout source code
1919 uses : actions/checkout@v2
4949 - name : Setup PHP version
5050 uses : shivammathur/setup-php@v2
5151 with :
52- php-version : ' 7.1 '
52+ php-version : ' 7.4 '
5353 extensions : simplexml, mysql
5454 tools : phpunit-polyfills
5555 - name : Checkout source code
Original file line number Diff line number Diff line change 77 <exclude-pattern >node_modules/*</exclude-pattern >
88 <exclude-pattern >vendor/*</exclude-pattern >
99 <exclude-pattern >lib/*</exclude-pattern >
10+ <exclude-pattern >tests/*</exclude-pattern >
1011 <rule ref =" WordPress-Core" >
1112 <exclude name =" Squiz.Commenting.FileComment.SpacingAfterComment" />
1213 <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 {
3737 /**
3838 * Set up.
3939 */
40- public function setUp () {
40+ public function setUp (): void {
4141 parent ::setUp ();
4242 $ this ->admin_user_id = $ this ->factory ->user ->create (
4343 array (
You can’t perform that action at this time.
0 commit comments