replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -14,10 +14,9 @@ use App\Export\Spreadsheet\CellFormatter\TimeFormatter;
|
||||
use PhpOffice\PhpSpreadsheet\Shared\Date;
|
||||
use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||
use PhpOffice\PhpSpreadsheet\Style\Style;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
|
||||
/**
|
||||
* @covers \App\Export\Spreadsheet\CellFormatter\TimeFormatter
|
||||
*/
|
||||
#[CoversClass(TimeFormatter::class)]
|
||||
class TimeFormatterTest extends AbstractFormatterTestCase
|
||||
{
|
||||
private $date;
|
||||
|
||||
Reference in New Issue
Block a user