Skip to content

Instantly share code, notes, and snippets.

@JohnDeeBDD
Last active October 23, 2017 01:41
Show Gist options
  • Save JohnDeeBDD/ea36d5becd5fda545d2da1d9dfc6f414 to your computer and use it in GitHub Desktop.
Save JohnDeeBDD/ea36d5becd5fda545d2da1d9dfc6f414 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/
function helloWorld(){
return "Hello World!";
}
add_shortcode( 'first-testable-shortcode', 'helloWorld' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment