PHP Class N98\Magento\Command\Database\DumpCommandTest

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

Public Methods

Method Description
filenamePatterns ( string $regex, array $options ) : void
provideFilenamePatternsAndOptions ( )
realDump ( )
testExecute ( )
testWithStripOption ( )

Protected Methods

Method Description
getCommand ( ) : Command

Method Details

filenamePatterns() public method

public filenamePatterns ( string $regex, array $options ) : void
$regex string
$options array
return void

getCommand() protected method

protected getCommand ( ) : Command
return Symfony\Component\Console\Command\Command

provideFilenamePatternsAndOptions() public method

See also: filenamePatterns

realDump() public method

public realDump ( )

testExecute() public method

public testExecute ( )

testWithStripOption() public method

public testWithStripOption ( )