File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ public function testHEventLocationHCard() {
66
66
} ' ;
67
67
68
68
$ parser = new Parser ($ input , '' , true );
69
- $ parser ->stringDateTimes = true ;
70
69
$ output = $ parser ->parse ();
71
70
72
71
$ this ->assertJsonStringEqualsJsonString (json_encode ($ output ), $ expected );
@@ -96,7 +95,6 @@ public function testHCardOrgPOrg() {
96
95
} ' ;
97
96
98
97
$ parser = new Parser ($ input , '' , true );
99
- $ parser ->stringDateTimes = true ;
100
98
$ output = $ parser ->parse ();
101
99
102
100
$ this ->assertJsonStringEqualsJsonString (json_encode ($ output ), $ expected );
@@ -135,7 +133,6 @@ public function testHCardOrgHCard() {
135
133
} ' ;
136
134
137
135
$ parser = new Parser ($ input , '' , true );
138
- $ parser ->stringDateTimes = true ;
139
136
$ output = $ parser ->parse ();
140
137
141
138
$ this ->assertJsonStringEqualsJsonString (json_encode ($ output ), $ expected );
You can’t perform that action at this time.
0 commit comments