Skip to content

Commit 83c271b

Browse files
PB-341: Save content as template
- fix integration test
1 parent 27762b8 commit 83c271b

File tree

1 file changed

+0
-5
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Template

1 file changed

+0
-5
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Template/SaveTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,6 @@ protected function setUp()
123123
*/
124124
public function testSaveAction()
125125
{
126-
// Disable DB media usage
127-
$this->mediaStorage->expects($this->once())
128-
->method('checkDbUsage')
129-
->willReturn(false);
130-
131126
// Verify that the system attempts to write the file with the current name
132127
$this->directoryWrite->expects($this->once())
133128
->method('writeFile')

0 commit comments

Comments
 (0)