Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-backend
Test
Unit
Console
Command
AbstractCacheCommandTest.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Backend\Test\Unit\Console\Command
;
8
9
use
Magento\Backend\Console\Command\AbstractCacheManageCommand
;
10
11
abstract
class
AbstractCacheCommandTest
extends
\PHPUnit\Framework\TestCase
12
{
16
protected
$cacheManagerMock
;
17
21
protected
$command
;
22
23
protected
function
setUp
()
24
{
25
$this->cacheManagerMock = $this->createMock(\
Magento
\Framework\
App
\Cache\Manager::class);
26
}
27
34
abstract
public
function
getExpectedExecutionOutput
(array $types);
35
}
Magento\Framework\App
Magento\Backend\Test\Unit\Console\Command
Definition:
AbstractCacheCommandTest.php:7
Magento\Backend\Console\Command\AbstractCacheManageCommand
Definition:
AbstractCacheManageCommand.php:16
Magento\Backend\Test\Unit\Console\Command\AbstractCacheCommandTest
Definition:
AbstractCacheCommandTest.php:11
Magento\Backend\Test\Unit\Console\Command\AbstractCacheCommandTest\setUp
setUp()
Definition:
AbstractCacheCommandTest.php:23
Magento\Backend\Test\Unit\Console\Command\AbstractCacheCommandTest\$cacheManagerMock
$cacheManagerMock
Definition:
AbstractCacheCommandTest.php:16
Magento\Backend\Test\Unit\Console\Command\AbstractCacheCommandTest\getExpectedExecutionOutput
getExpectedExecutionOutput(array $types)
Magento
Magento\Backend\Test\Unit\Console\Command\AbstractCacheCommandTest\$command
$command
Definition:
AbstractCacheCommandTest.php:21