PHP Class PhpBench\Extensions\Dbal\Tests\Functional\Command\MigrateCommandTest

Datei anzeigen Open project: dantleech/phpbench

Public Methods

Method Description
__construct ( )
testDumpSql ( ) It should dump the SQL.
testMigrate ( ) It should migrate the schema.
testNoArgs ( ) It should show a message saying how many statements would be executed if not options are given.

Private Methods

Method Description
execute ( $args = [] )

Method Details

__construct() public method

public __construct ( )

testDumpSql() public method

It should dump the SQL.
public testDumpSql ( )

testMigrate() public method

It should migrate the schema.
public testMigrate ( )

testNoArgs() public method

It should show a message saying how many statements would be executed if not options are given.
public testNoArgs ( )