Skip to content

Instantly share code, notes, and snippets.

@steerpike
Created February 28, 2020 00:38
Show Gist options
  • Save steerpike/989f04aa34be738a9600d3f830e75866 to your computer and use it in GitHub Desktop.
Save steerpike/989f04aa34be738a9600d3f830e75866 to your computer and use it in GitHub Desktop.
Error: Call to a member function connection() on null with PHPUnit in Laravel and Laragon
Make sure Tests created in Laravel are using:
use Tests\TestCase;
not:
use PHPUnit\Framework\TestCase;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment