-
Notifications
You must be signed in to change notification settings - Fork 26
Include term meta in export file #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
b32ab97
49ac394
d756a66
d09f0f2
59c4b8a
009d464
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,7 @@ | |
|
|
||
| <!-- For help understanding the `testVersion` configuration setting: | ||
| https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions --> | ||
| <config name="testVersion" value="5.6-"/> | ||
| <config name="testVersion" value="7.2-"/> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this coming from a missing rebase or did You manually introduce this unrelated change?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It doesn't talk to me. I have not changed this.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a missing rebase: 976d08f |
||
|
|
||
| <!-- Verify that everything in the global namespace is either namespaced or prefixed. | ||
| See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace --> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
Then ...steps normally denote assertion steps, but this is still setup. If we would want to be more correct with the Behat syntax here, we would not turn it intoWhen...Then, but rather intoGiven... Andto show that this is still setup, and not the act/assert part.But given this is unrelated to the current PR, I would just avoid these changes for now to keep the PR more focused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have followed the examples in the previous tests in export.features.
Perhaps the similar rows must be changed as well.