mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-30 16:18:39 +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',
|
||||
],
|
||||
'media' => [ // todo: maybe make this a has one and then link to collection instead of single media files!
|
||||
'mapper' => MediaMapper::class,
|
||||
'table' => 'projectmanagement_project_media',
|
||||
'dst' => 'projectmanagement_project_media_src',
|
||||
'src' => 'projectmanagement_project_media_dst',
|
||||
'mapper' => MediaMapper::class,
|
||||
'table' => 'projectmanagement_project_media',
|
||||
'dst' => 'projectmanagement_project_media_src',
|
||||
'src' => 'projectmanagement_project_media_dst',
|
||||
],
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user