Last active
June 15, 2020 14:08
-
-
Save tedsecretsource/298c5316d76e92c913c148bed83a2034 to your computer and use it in GitHub Desktop.
Coding Lessons
This file contains hidden or 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
<?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