Forked from Hitman007/ShortcodeHelloWorld.feature
Last active
November 2, 2017 00:08
-
-
Save JohnDeeBDD/97d4d558428372bfd0f644928e2a727a to your computer and use it in GitHub Desktop.
This is part of a tutorial on WordPress related Behavior Driven Development (BDD). The full tutorial can be found at: https://wordpress-bdd.com/your-first-test/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Given there is a short-code 'first-testable-shortcode' | |
When the shortcode is rendered | |
Then it should return 'Hello world!'. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment