Exclude benchmark from coverage and ignore defensive guards

This commit is contained in:
kemo
2026-03-11 10:49:55 +01:00
parent 22233731dc
commit 9bc796f057
@@ -8,6 +8,9 @@ use PhpOffice\PhpSpreadsheet\Reader\Csv as CsvReader;
use PHPUnit\Framework\TestCase;
#[\PHPUnit\Framework\Attributes\Group('benchmark')]
/**
* @codeCoverageIgnore
*/
class CsvStreamingEncodingBenchmark extends TestCase
{
/** @var string[] */