We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27762b8 commit 83c271bCopy full SHA for 83c271b
dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Template/SaveTest.php
@@ -123,11 +123,6 @@ protected function setUp()
123
*/
124
public function testSaveAction()
125
{
126
- // Disable DB media usage
127
- $this->mediaStorage->expects($this->once())
128
- ->method('checkDbUsage')
129
- ->willReturn(false);
130
-
131
// Verify that the system attempts to write the file with the current name
132
$this->directoryWrite->expects($this->once())
133
->method('writeFile')
0 commit comments