Upgrade tests to PhpUnit 10 (#5252)
This commit is contained in:
@@ -19,7 +19,7 @@ use PhpOffice\PhpSpreadsheet\Style\Style;
|
||||
/**
|
||||
* @covers \App\Export\Spreadsheet\CellFormatter\DateFormatter
|
||||
*/
|
||||
class DateFormatterTest extends AbstractFormatterTest
|
||||
class DateFormatterTest extends AbstractFormatterTestCase
|
||||
{
|
||||
private $date;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user