cleanup tests and use @covers more

This commit is contained in:
Dennis Eichhorn 2019-11-10 22:40:27 +01:00
parent 72f75d1185
commit 13fd3769f2

View File

@ -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',
], ],
]; ];