PHP Class N98\Magento\Command\Installer\InstallCommandTest

Inheritance: extends N98\Magento\Command\TestCase
Datei anzeigen Open project: netz98/n98-magerun

Protected Properties

Property Type Description
$installDir Installation Directory

Public Methods

Method Description
setup ( ) Create temp dir for install
tearDown ( ) Remove directory made by installer
testInstallFailsWithInvalidDbConfigWhenAllOptionsArePassedIn ( ) If all database config is passed in via options and the database validation fails, test that an exception was thrown

Method Details

setup() public method

Create temp dir for install
public setup ( )

tearDown() public method

Remove directory made by installer
public tearDown ( )

testInstallFailsWithInvalidDbConfigWhenAllOptionsArePassedIn() public method

If all database config is passed in via options and the database validation fails, test that an exception was thrown

Property Details

$installDir protected_oe property

Installation Directory
protected $installDir