/**
* Returns a new instance which makes use of stderr if available.
*/ publicfunctiongetErrorStyle(): self { returnnewself($this->input, $this->getErrorOutput()); }
publicfunctiontestGetStyleDefinition() { $this->expectException(InvalidArgumentException::class); $this->expectExceptionMessage('Style "absent" is not defined.'); Table::getStyleDefinition('absent'); }
/**
* Returns a new instance which makes use of stderr if available.
*/ publicfunctiongetErrorStyle(): self { returnnewself($this->input, $this->getErrorOutput()); }