Answers for "how to fix fatal error: uncaught runtimeexception: a facade root has not been set. in laravel"

PHP
9

a facade root has not been set laravel

//Remove:
use PHPUnitFrameworkTestCase;

//And replace it with:
use TestsTestCase;
Posted by: Guest on October-14-2021

Code answers related to "how to fix fatal error: uncaught runtimeexception: a facade root has not been set. in laravel"

Browse Popular Code Answers by Language