Skip to content

Commit

Permalink
fix failing test (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
diggy committed Jun 7, 2017
1 parent 73c2b36 commit ab5b8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/lang.feature
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ Feature: Manage Polylang languages
{"term_id":2,"name":"Dutch","slug":"nl","term_group":0,"term_taxonomy_id":2,"taxonomy":"language","description":"a:3:{s:6:\"locale\";s:5:\"nl_NL\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:0:\"\";}","parent":0,"count":2,"filter":"raw"}
"""

When I run `wp pll lang url nl`
When I run `wp pll lang url nl-be`
Then STDOUT should contain:
"""
http://example.com/?lang=nl
http://example.com/?lang=nl-be
"""

When I run `wp pll lang delete klingon`
Expand Down

0 comments on commit ab5b8b7

Please sign in to comment.