From ab5b8b7c08470324c06ab1010005f71b8aa48289 Mon Sep 17 00:00:00 2001 From: "Peter J. Herrel" Date: Wed, 7 Jun 2017 21:25:45 +0200 Subject: [PATCH] fix failing test (#61) --- features/lang.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/lang.feature b/features/lang.feature index 3deaf9e..d58f3d7 100644 --- a/features/lang.feature +++ b/features/lang.feature @@ -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`