Merge branch 'master' into Development
This commit is contained in:
@@ -141,7 +141,7 @@ public function test_export_filename_includes_client_name_when_filtered(): void
|
||||
});
|
||||
}
|
||||
|
||||
public function test_column_formats_apply_to_date_columns(): void
|
||||
public function test_column_formats_apply_to_reference_and_date_columns(): void
|
||||
{
|
||||
$export = new SegmentContractsExport(
|
||||
Contract::query(),
|
||||
@@ -150,6 +150,7 @@ public function test_column_formats_apply_to_date_columns(): void
|
||||
|
||||
$this->assertSame(
|
||||
[
|
||||
'A' => SegmentContractsExport::TEXT_EXCEL_FORMAT,
|
||||
'B' => SegmentContractsExport::DATE_EXCEL_FORMAT,
|
||||
'D' => SegmentContractsExport::DATE_EXCEL_FORMAT,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user