mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-01 01:39:20 +00: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