Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
SetupApplication.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\TestFramework;
7 
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 }