PHP 클래스 PhpBench\Extensions\Dbal\Tests\Functional\Command\MigrateCommandTest

파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
__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.

비공개 메소드들

메소드 설명
execute ( $args = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( )

testDumpSql() 공개 메소드

It should dump the SQL.
public testDumpSql ( )

testMigrate() 공개 메소드

It should migrate the schema.
public testMigrate ( )

testNoArgs() 공개 메소드

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