Answers for "runtimeexception: a facade root has not been set phpunit"

PHP
11

a facade root has not been set phpunit

//Remove:
use PHPUnit\Framework\TestCase;

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

Code answers related to "runtimeexception: a facade root has not been set phpunit"

Browse Popular Code Answers by Language