Created
May 20, 2018 23:24
-
-
Save mikeerickson/8b58a9152c92e39736709ffbfdb0d173 to your computer and use it in GitHub Desktop.
PHPUnit Test Template
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
/** @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