We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edfa2ea + 8fc50d2 commit 715730cCopy full SHA for 715730c
composer.json
@@ -24,7 +24,7 @@
24
"wp-cli/cache-command": "^2.0",
25
"wp-cli/entity-command": "^1.3 || ^2",
26
"wp-cli/scaffold-command": "^1.2 || ^2",
27
- "wp-cli/wp-cli-tests": "^3.0.16"
+ "wp-cli/wp-cli-tests": "^3.1"
28
},
29
"config": {
30
"process-timeout": 7200,
features/plugin-status.feature
@@ -3,16 +3,6 @@ Feature: List the status of plugins
3
@require-wp-4.0
4
Scenario: Status should include drop-ins
5
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
16
And a wp-content/db-error.php file:
17
"""
18
<?php
0 commit comments