PhpBench\Tests\Unit\Report\Renderer\ConsoleRendererTest::testTableStyle PHP Method

testTableStyle() public method

It should allow the table style to be set.
public testTableStyle ( )
    public function testTableStyle()
    {
        $this->renderReport($this->getReportsDocument(), ['table_style' => 'compact']);
    }