Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -16,7 +16,7 @@ use App\Entity\ProjectComment;
|
||||
* @covers \App\Entity\ProjectComment
|
||||
* @covers \App\Entity\CommentTableTypeTrait
|
||||
*/
|
||||
class ProjectCommentTest extends AbstractCommentEntityTest
|
||||
class ProjectCommentTest extends AbstractCommentEntityTestCase
|
||||
{
|
||||
protected function getEntity(): ProjectComment
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user