Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -21,7 +21,7 @@ use Doctrine\Common\Collections\Collection;
|
||||
/**
|
||||
* @covers \App\Entity\Project
|
||||
*/
|
||||
class ProjectTest extends AbstractEntityTest
|
||||
class ProjectTest extends AbstractEntityTestCase
|
||||
{
|
||||
public function testDefaultValues(): void
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user