From 08b9c5e72c6a0028be9fec93024a6480648ea2d7 Mon Sep 17 00:00:00 2001 From: Yousan_O Date: Sun, 3 Jun 2018 13:51:59 +0900 Subject: [PATCH 1/2] Add test case to fail --- features/scaffold.feature | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/features/scaffold.feature b/features/scaffold.feature index d170ead74..a13672c49 100644 --- a/features/scaffold.feature +++ b/features/scaffold.feature @@ -224,6 +224,11 @@ Feature: WordPress code scaffolding .git .gitignore """ + And the {PLUGIN_DIR}/hello-world/phpcs.xml.dist file should contain: + """ + + + """ And the {PLUGIN_DIR}/hello-world/hello-world.php file should contain: """ * Plugin Name: Hello World From f1e3e5355f1c140c932a14c045214f16a4fc32c7 Mon Sep 17 00:00:00 2001 From: Yousan_O Date: Sun, 3 Jun 2018 14:57:31 +0900 Subject: [PATCH 2/2] Fixed indent --- features/scaffold.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/scaffold.feature b/features/scaffold.feature index a13672c49..242c6a7b2 100644 --- a/features/scaffold.feature +++ b/features/scaffold.feature @@ -226,8 +226,8 @@ Feature: WordPress code scaffolding """ And the {PLUGIN_DIR}/hello-world/phpcs.xml.dist file should contain: """ - - + + """ And the {PLUGIN_DIR}/hello-world/hello-world.php file should contain: """