PhpBench\Extensions\Dbal\Tests\Functional\Command\MigrateCommandTest::testDumpSql PHP Метод

testDumpSql() публичный Метод

It should dump the SQL.
public testDumpSql ( )
    public function testDumpSql()
    {
        $this->execute(['--dump-sql' => true]);
        $this->assertContains('CREATE TABLE', $this->output->fetch());
    }