Skip to content

Commit 8fc50d2

Browse files
committed
Avoid WP_DEBUG in status test
1 parent 9aeea22 commit 8fc50d2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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)