Skip to content

Commit 715730c

Browse files
authored
Merge pull request #306 from wp-cli/fix/support-php-8.1
Add support for PHP 8.1
2 parents edfa2ea + 8fc50d2 commit 715730c

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"wp-cli/cache-command": "^2.0",
2525
"wp-cli/entity-command": "^1.3 || ^2",
2626
"wp-cli/scaffold-command": "^1.2 || ^2",
27-
"wp-cli/wp-cli-tests": "^3.0.16"
27+
"wp-cli/wp-cli-tests": "^3.1"
2828
},
2929
"config": {
3030
"process-timeout": 7200,

features/plugin-status.feature

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ Feature: List the status of plugins
33
@require-wp-4.0
44
Scenario: Status should include drop-ins
55
Given a WP install
6-
And a wp-debug.php file:
7-
"""
8-
<?php
9-
define( 'WP_DEBUG', true );
10-
"""
11-
And a wp-cli.yml file:
12-
"""
13-
require:
14-
- wp-debug.php
15-
"""
166
And a wp-content/db-error.php file:
177
"""
188
<?php

0 commit comments

Comments
 (0)