mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented TemplateMeta and tests
This commit is contained in:
@@ -36,7 +36,7 @@ class SourceMetaTest extends TestCase
|
||||
|
||||
public function testBasicPath(): void
|
||||
{
|
||||
$subset = ['entity', 'source', 'complex'];
|
||||
$subset = ['source', 'complex'];
|
||||
$amount = count($subset);
|
||||
$basicPathArray = $this->sourceMeta->getBasicPathArray();
|
||||
for ($index = 0; $index < $amount; ++$index) {
|
||||
|
Reference in New Issue
Block a user