mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-01-09 14:07:25 +01:00
Solved namebug and formated code
This commit is contained in:
parent
960af1961a
commit
ba39321efe
@ -16,7 +16,8 @@ class AbstractParentRelationTest extends TestCase
|
|||||||
|
|
||||||
public function setUp(): void
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
$this->relation = new class extends AbstractParentRelation{};
|
$this->relation = new class() extends AbstractParentRelation {
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testConstructor(): void
|
public function testConstructor(): void
|
||||||
|
@ -8,7 +8,7 @@ use App\Entity\Meta\LawInterface;
|
|||||||
use Doctrine\Common\Collections\Collection;
|
use Doctrine\Common\Collections\Collection;
|
||||||
use App\Entity\Source\AbstractSource;
|
use App\Entity\Source\AbstractSource;
|
||||||
use App\Entity\EntityInterface;
|
use App\Entity\EntityInterface;
|
||||||
use App\Entity\Meta\Relation\CreatorRelationInterface;
|
use App\Entity\Meta\Relation\Parent\CreatorRelationInterface;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kevinfrantz
|
* @author kevinfrantz
|
||||||
|
Loading…
Reference in New Issue
Block a user