Skip to content

Instantly share code, notes, and snippets.

@eriktorsner
Last active April 25, 2017 10:05
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 eriktorsner/9f159fd553f345a37d45454d469c1e30 to your computer and use it in GitHub Desktop.
Save eriktorsner/9f159fd553f345a37d45454d469c1e30 to your computer and use it in GitHub Desktop.
Snippet 1 helloTestable.php
<?php
/**
* helloTestable constructor.
*
* @param Lyrics $lyrics
*/
public function __construct($lyrics)
{
$this->lyrics = $lyrics;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment