Fix indentation
This commit is contained in:
parent
38458d2378
commit
8bea440564
|
@ -24,7 +24,7 @@ class Item_Metadata extends TAINACAN_UnitTestCase {
|
|||
$c = $this->tainacan_entity_factory->create_entity('collection', ['name' => 'My Collection'], true);
|
||||
$i = $this->tainacan_entity_factory->create_entity(
|
||||
'item',
|
||||
array(
|
||||
array(
|
||||
'title' => 'My test item',
|
||||
'description' => 'item description',
|
||||
'collection' => $c,
|
||||
|
|
Loading…
Reference in New Issue