mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-01 17:59:05 +00:00
Solved namebug and formated code
This commit is contained in:
@@ -16,7 +16,8 @@ class AbstractParentRelationTest extends TestCase
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->relation = new class extends AbstractParentRelation{};
|
||||
$this->relation = new class() extends AbstractParentRelation {
|
||||
};
|
||||
}
|
||||
|
||||
public function testConstructor(): void
|
||||
|
||||
Reference in New Issue
Block a user