Skip to content

Commit dcde052

Browse files
authored
Merge branch 'master' into ci/update-data-models
2 parents 1efb644 + a821e65 commit dcde052

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tests/Unit/Formatting/DateTest.php

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,6 @@ function testSetSchedule() {
6969
$this->assertEquals($expected, $serialized);
7070
}
7171

72-
function testEventDate() {
73-
$schedule = new Event(["startDate" => "2019-11-29"]);
74-
75-
$serialized = Event::toArray($schedule);
76-
77-
$expected = [
78-
"@type" => "Event",
79-
"@context" => [
80-
"https://openactive.io/",
81-
"https://openactive.io/ns-beta"
82-
],
83-
"startDate" => "2019-11-29"
84-
];
85-
86-
$this->assertEquals($expected, $serialized);
87-
}
88-
8972
function testEventDateTime() {
9073
$schedule = new Event(["startDate" => "2019-11-29T10:00:00Z"]);
9174

0 commit comments

Comments
 (0)