We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a770faf commit fb6368fCopy full SHA for fb6368f
2 files changed
features/language-plugin.feature
@@ -451,7 +451,7 @@ Feature: Manage plugin translation files for a WordPress install
451
And an empty cache
452
453
# Create a test plugin with a different text domain
454
- Given a wp-content/plugins/test-plugin/test-plugin.php file:
+ And a wp-content/plugins/test-plugin/test-plugin.php file:
455
"""
456
<?php
457
/**
features/language-theme.feature
@@ -335,7 +335,7 @@ Feature: Manage theme translation files for a WordPress install
335
336
337
# Create a test theme with a different text domain
338
- Given a wp-content/themes/test-theme/style.css file:
+ And a wp-content/themes/test-theme/style.css file:
339
340
/*
341
Theme Name: Test Theme
0 commit comments