PHP Class N98\Util\Console\Helper\DatabaseHelperTest

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

Public Methods

Method Description
dsn ( )
getConnection ( )
getMysqlVariable ( )
getMysqlVariableValue ( )
getTables ( )
mysqlUserHasPrivilege ( )
resolveTables ( )
testHelperInstance ( )

Protected Methods

Method Description
getHelper ( ) : DatabaseHelper
tearDown ( ) Tears down the fixture, for example, close a network connection.

Method Details

dsn() public method

public dsn ( )

getConnection() public method

public getConnection ( )

getHelper() protected method

protected getHelper ( ) : DatabaseHelper
return DatabaseHelper

getMysqlVariable() public method

public getMysqlVariable ( )

getMysqlVariableValue() public method

getTables() public method

public getTables ( )

mysqlUserHasPrivilege() public method

resolveTables() public method

public resolveTables ( )

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( )

testHelperInstance() public method

public testHelperInstance ( )