settings->set([ // 'labels_width' => 0.00000, // 'labels_display_sgutter' => 0.00000, // ]); $label = new DefaultLabel(); // $label->getColumns(); } /** * @link https://app.shortcut.com/grokability/story/29281 */ public function test_handles_zero_values_for_rows_gracefully() { $this->markTestIncomplete(); // $this->settings->set([ // 'labels_height' => 0.00000, // 'labels_display_bgutter' => 0.00000, // ]); $label = new DefaultLabel(); // $label->getRows() } }