Allow transfer of single boards

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-03-14 09:47:46 +01:00
parent b774090032
commit a45e46f80a
8 changed files with 114 additions and 39 deletions

View File

@@ -240,7 +240,7 @@ class AttachmentServiceTest extends TestCase {
$this->attachmentServiceImpl->expects($this->exactly(2))
->method('extendData')
->withConsecutive(
[$attachments[0]],
[$attachments[0]],
[$attachments[1]]
);
@@ -277,7 +277,7 @@ class AttachmentServiceTest extends TestCase {
$this->attachmentServiceImpl->expects($this->exactly(4))
->method('extendData')
->withConsecutive(
[$attachments[0]],
[$attachments[0]],
[$attachments[1]],
[$attachmentsDeleted[0]],
[$attachmentsDeleted[1]]