mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-15 23:18:41 +00:00
cleanup tests and use @covers more
This commit is contained in:
parent
72f75d1185
commit
13fd3769f2
|
|
@ -69,10 +69,10 @@ final class ProjectMapper extends DataMapperAbstract
|
||||||
'src' => 'projectmanagement_task_relation_src',
|
'src' => 'projectmanagement_task_relation_src',
|
||||||
],
|
],
|
||||||
'media' => [ // todo: maybe make this a has one and then link to collection instead of single media files!
|
'media' => [ // todo: maybe make this a has one and then link to collection instead of single media files!
|
||||||
'mapper' => MediaMapper::class,
|
'mapper' => MediaMapper::class,
|
||||||
'table' => 'projectmanagement_project_media',
|
'table' => 'projectmanagement_project_media',
|
||||||
'dst' => 'projectmanagement_project_media_src',
|
'dst' => 'projectmanagement_project_media_src',
|
||||||
'src' => 'projectmanagement_project_media_dst',
|
'src' => 'projectmanagement_project_media_dst',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user