Skip to content

Instantly share code, notes, and snippets.

@tedsecretsource
Last active June 15, 2020 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tedsecretsource/298c5316d76e92c913c148bed83a2034 to your computer and use it in GitHub Desktop.
Save tedsecretsource/298c5316d76e92c913c148bed83a2034 to your computer and use it in GitHub Desktop.
Coding Lessons
<?php
/* Feature stub: Caption a picture
*
* Description: grab an image from the Internet, download it to your server and display it with a caption. The caption
* should also come from the Internet and be no longer than 12 words (in English or Lipsum).
*
* Given a visit to this page
* When the page is finished loading
* Then the page displays an image followed by a caption
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment