Skip to content

Commit 1c5530e

Browse files
Merge pull request #195 from wp-cli/194-fix-test-installation-test
Split up the list of expected files to allow for WP 5.0+ changes
2 parents b97e3e0 + 4729a2b commit 1c5530e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

features/install-wp-tests.feature

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,20 @@ Feature: Scaffold install-wp-tests.sh tests
103103
And the /tmp/behat-wordpress directory should contain:
104104
"""
105105
index.php
106+
"""
107+
108+
# WP 5.0+: js
109+
110+
And the /tmp/behat-wordpress directory should contain:
111+
"""
106112
license.txt
107113
readme.html
114+
"""
115+
116+
# WP 5.0+: styles
117+
118+
And the /tmp/behat-wordpress directory should contain:
119+
"""
108120
wp-activate.php
109121
wp-admin
110122
wp-blog-header.php

0 commit comments

Comments
 (0)