N98\Magento\Command\Database\StatusCommandTest::testRounding PHP Method

testRounding() public method

public testRounding ( )
    public function testRounding()
    {
        $commandTester = $this->getCommand(array('--format' => 'csv', '--rounding' => '2', 'search' => '%size%'));
        $this->assertRegExp('~Innodb_page_size,[0-9\\.]+K,~', $commandTester->getDisplay());
    }