Skip to content

Instantly share code, notes, and snippets.

@mikeerickson
Created May 20, 2018 23:24
Show Gist options
  • Save mikeerickson/8b58a9152c92e39736709ffbfdb0d173 to your computer and use it in GitHub Desktop.
Save mikeerickson/8b58a9152c92e39736709ffbfdb0d173 to your computer and use it in GitHub Desktop.
PHPUnit Test Template
/** @test */
public function it_what_should_happen(): void
{
$this->assertTrue(true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment