public function testStemAndLeafPlotPrint() { $print = true; Distribution::stemAndLeafPlot([1, 2, 3], $print); // OK if it made it here without error $this->assertTrue(true); }