Skip to content

Commit

Permalink
Merge pull request #195 from wp-cli/194-fix-test-installation-test
Browse files Browse the repository at this point in the history
Split up the list of expected files to allow for WP 5.0+ changes
  • Loading branch information
danielbachhuber authored Dec 18, 2018
2 parents b97e3e0 + 4729a2b commit 1c5530e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions features/install-wp-tests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,20 @@ Feature: Scaffold install-wp-tests.sh tests
And the /tmp/behat-wordpress directory should contain:
"""
index.php
"""

# WP 5.0+: js

And the /tmp/behat-wordpress directory should contain:
"""
license.txt
readme.html
"""

# WP 5.0+: styles

And the /tmp/behat-wordpress directory should contain:
"""
wp-activate.php
wp-admin
wp-blog-header.php
Expand Down

0 comments on commit 1c5530e

Please sign in to comment.