Skip to content

Instantly share code, notes, and snippets.

@szymonskirgajllo
Created April 25, 2015 08:27
Show Gist options
  • Select an option

  • Save szymonskirgajllo/368b9e82a959ce5698fc to your computer and use it in GitHub Desktop.

Select an option

Save szymonskirgajllo/368b9e82a959ce5698fc to your computer and use it in GitHub Desktop.
testGetSomething
public function testGetSomething()
{
$this->assertEquals(10, $class->getSomething());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment