mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Renamed TypeAttribut to CrudAttribut
This commit is contained in:
@@ -56,7 +56,7 @@ class TemplatePathInformationTest extends TestCase
|
||||
$this->templateMeta->reloadType($type);
|
||||
$this->assertEquals($this->getExpectedPath($type, 'atom'), $this->templateMeta->getAtomTemplatePath());
|
||||
$this->assertEquals($this->getExpectedPath($type, 'molecule'), $this->templateMeta->getMoleculeTemplatePath());
|
||||
$this->assertEquals($type, $this->templateMeta->getType());
|
||||
$this->assertEquals($type, $this->templateMeta->getCrud());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user