Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -14,7 +14,7 @@ use App\Entity\User;
|
||||
/**
|
||||
* @group integration
|
||||
*/
|
||||
class DoctorControllerTest extends ControllerBaseTest
|
||||
class DoctorControllerTest extends AbstractControllerBaseTestCase
|
||||
{
|
||||
public function testDoctorIsSecure(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user