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
magento2-base
dev
tests
setup-integration
framework
Magento
TestFramework
SetupApplication.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\TestFramework
;
7
13
class
SetupApplication
extends
Application
14
{
18
protected
$dumpDb
=
false
;
19
23
protected
$canLoadArea
=
false
;
24
28
protected
$canInstallSequence
=
false
;
29
33
public
function
run
()
34
{
35
throw
new \Exception(
"Can't start application."
);
36
}
37
}
Magento\TestFramework\Application
Definition:
Application.php:21
Magento\TestFramework\SetupApplication\$dumpDb
$dumpDb
Definition:
SetupApplication.php:18
Magento\TestFramework\SetupApplication\$canLoadArea
$canLoadArea
Definition:
SetupApplication.php:23
Magento\TestFramework\SetupApplication\$canInstallSequence
$canInstallSequence
Definition:
SetupApplication.php:28
Magento\TestFramework\SetupApplication
Definition:
SetupApplication.php:13
Magento\TestFramework\SetupApplication\run
run()
Definition:
SetupApplication.php:33
Magento\TestFramework