mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-18 05:57:33 +00:00
Exclude benchmark from coverage and ignore defensive guards
This commit is contained in:
@@ -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[] */
|
||||
|
||||
Reference in New Issue
Block a user