Implemented TemplateMeta and tests

This commit is contained in:
Kevin Frantz
2018-11-23 15:23:43 +01:00
parent 8a311caddc
commit b9a312cfd9
6 changed files with 124 additions and 16 deletions

View File

@@ -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) {