PhpBench\Extensions\Dbal\Tests\Functional\Command\MigrateCommandTest::testNoArgs PHP Method

testNoArgs() public method

It should show a message saying how many statements would be executed if not options are given.
public testNoArgs ( )
    public function testNoArgs()
    {
        $this->execute();
        $this->assertContains('would be executed', $this->output->fetch());
    }