Skip to content

Commit 84a0f41

Browse files
authored
[TASK] Drop obsolete data from tests (#4275)
Followup to #4273
1 parent 9723f2e commit 84a0f41

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
111111
### Removed
112112

113113
- Drop `Venue.zip` (#4274)
114-
- Drop `Venue.country` (#4273)
114+
- Drop `Venue.country` (#4273, #4275)
115115
- Drop `Event.language` (#4271)
116116
- Drop the event language from the FE list and single view (#4270)
117117
- Drop the country column from the FE list views (#4269)

Tests/LegacyFunctional/OldModel/LegacyEventTest.php

-4
Original file line numberDiff line numberDiff line change
@@ -5575,7 +5575,6 @@ public function getEventDataSeparatesPlacePartsByCommaAndSpace(): void
55755575
'homepage' => '',
55765576
'address' => 'Kaiser-Karl-Ring 91, 53111 Bonn',
55775577
'city' => 'Bonn',
5578-
'country' => '',
55795578
'directions' => '',
55805579
];
55815580

@@ -5599,15 +5598,13 @@ public function getEventDataSeparatesTwoPlacesByLineFeed(): void
55995598
'homepage' => '',
56005599
'address' => '',
56015600
'city' => '',
5602-
'country' => '',
56035601
'directions' => '',
56045602
];
56055603
$place2 = [
56065604
'title' => 'Wasserwerk',
56075605
'homepage' => '',
56085606
'address' => '',
56095607
'city' => '',
5610-
'country' => '',
56115608
'directions' => '',
56125609
];
56135610

@@ -5630,7 +5627,6 @@ public function getEventDataForPlaceWithoutZipContainsTitleAndAddressAndCity():
56305627
'title' => 'Hotel Ibis',
56315628
'address' => 'Kaiser-Karl-Ring 91, 53111 Bonn',
56325629
'city' => 'Bonn',
5633-
'country' => '',
56345630
'homepage' => '',
56355631
'directions' => '',
56365632
];

0 commit comments

Comments
 (0)