Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -18,7 +18,7 @@ use PhpOffice\PhpSpreadsheet\Style\Style;
|
||||
/**
|
||||
* @covers \App\Export\Spreadsheet\CellFormatter\DurationFormatter
|
||||
*/
|
||||
class DurationFormatterTest extends AbstractFormatterTest
|
||||
class DurationFormatterTest extends AbstractFormatterTestCase
|
||||
{
|
||||
protected function getFormatter(): CellFormatterInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user