Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -22,6 +22,6 @@ class ProjectMetaDefinitionEventTest extends TestCase
|
||||
{
|
||||
$project = new Project();
|
||||
$sut = new ProjectMetaDefinitionEvent($project);
|
||||
$this->assertSame($project, $sut->getEntity());
|
||||
self::assertSame($project, $sut->getEntity());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user