mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented first test for tree-source service
This commit is contained in:
@@ -41,6 +41,7 @@ final class TreeSourceService extends AbstractSourceService implements TreeSourc
|
||||
$this->source = $source;
|
||||
$this->branches = new ArrayCollection();
|
||||
$this->leaves = new ArrayCollection();
|
||||
$this->basicSort();
|
||||
}
|
||||
|
||||
private function sortMember(SourceInterface $member): bool
|
||||
|
Reference in New Issue
Block a user