fix media removal
This commit is contained in:
parent
4b432d9b99
commit
1934a6b94f
7 changed files with 71 additions and 12 deletions
|
|
@ -36,9 +36,9 @@ class UpdateElementTest extends TestCase
|
|||
$this->updateElement = new UpdateElement(
|
||||
new UpdateTitle($this->elementRepo),
|
||||
new UpdateDescription($this->elementRepo),
|
||||
new UpdateIconImageUrl($this->elementRepo),
|
||||
new UpdateIconImageUrl($this->elementRepo, $this->fileUploader),
|
||||
new UpdateRichText($this->elementRepo),
|
||||
new UpdatePdfPath($this->elementRepo),
|
||||
new UpdatePdfPath($this->elementRepo, $this->fileUploader),
|
||||
new UpdateYoutubeUrl($this->elementRepo),
|
||||
new UpdateIconImage(
|
||||
$this->elementRepo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue