Skip to content

Instantly share code, notes, and snippets.

@minthemiddle
Created July 9, 2020 20:05
Show Gist options
  • Save minthemiddle/b9e14458f52ba6fd8f7ed90eabe563d8 to your computer and use it in GitHub Desktop.
Save minthemiddle/b9e14458f52ba6fd8f7ed90eabe563d8 to your computer and use it in GitHub Desktop.
Markdium-Lessons Learnt: Confident Laravel
class PHPUnit extends TestCase
{
public function testAssertions()
{
$this->assertTrue(true);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment