PHP Класс PhpBench\Extensions\Dbal\Tests\Functional\Command\MigrateCommandTest

Наследование: extends PhpBench\Extensions\Dbal\Tests\Functional\DbalTestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 ( )