PhpSpreadsheet/tests/PhpSpreadsheetTests/Helper
oleibman b98b9c761c
Improve Identification of Samples in Coverage Report (#2153)
The Phpunit coverage report currently contains bullet items like `PhpOffice\PhpSpreadsheetTests\Helper\SampleTest\testSample with data set "49"`. This extremely simple change takes advantage of Phpunit's ability to accept an array with keys which are either strings or integers, by using the sample filenames as the array keys rather than sequential but otherwise meaningless integers (e.g. `49` in the earlier cited item). The bullet item will now read `PhpOffice\PhpSpreadsheetTests\Helper\SampleTest\testSample with data set "Basic/38_Clone_worksheet.php"`.
2021-06-11 22:29:44 +02:00
..
DimensionTest.php Html import dimension conversions (#2152) 2021-06-11 17:29:49 +02:00
HtmlTest.php Reduce PHPStan error in tests 2021-04-12 11:10:23 +09:00
SampleCoverageTest.php Coverage for Helper/Samples (#1920) 2021-03-14 20:04:07 +01:00
SampleTest.php Improve Identification of Samples in Coverage Report (#2153) 2021-06-11 22:29:44 +02:00