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

Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode 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

Méthode Description
execute ( $args = [] )

Method Details

__construct() public méthode

public __construct ( )

testDumpSql() public méthode

It should dump the SQL.
public testDumpSql ( )

testMigrate() public méthode

It should migrate the schema.
public testMigrate ( )

testNoArgs() public méthode

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