@@ -1039,9 +1039,11 @@ public function testVeventLocationVcardProperty() {
1039
1039
* @see https://github.com/microformats/php-mf2/issues/184
1040
1040
*/
1041
1041
public function testVeventLocationAdrProperty () {
1042
+ // date fix, see: https://cpj.org/2012/10/cpj-impact-43/
1043
+ // "second annual Online Press Freedom Summit in San Francisco on October 10"
1042
1044
$ input = '<div class="vevent">
1043
1045
<span class="summary">CPJ Online Press Freedom Summit</span>
1044
- (<time class="dtstart" datetime="2012-10-10">10 Nov 2012</time>) in
1046
+ (<time class="dtstart" datetime="2012-10-10">10 Oct 2012</time>) in
1045
1047
<span class="location adr"><span class="street-address">665 3rd St.</span><span class="locality">San Francisco</span>, <span class="region">CA</span> </span>.
1046
1048
</div> ' ;
1047
1049
$ parser = new Parser ($ input , 'https://example.com ' );
@@ -1056,9 +1058,11 @@ public function testVeventLocationAdrProperty() {
1056
1058
* @see https://github.com/microformats/php-mf2/issues/184
1057
1059
*/
1058
1060
public function testVeventLocationProperty () {
1061
+ // date fix, see: https://cpj.org/2012/10/cpj-impact-43/
1062
+ // "second annual Online Press Freedom Summit in San Francisco on October 10"
1059
1063
$ input = '<div class="vevent">
1060
1064
<span class="summary">CPJ Online Press Freedom Summit</span>
1061
- (<time class="dtstart" datetime="2012-10-10">10 Nov 2012</time>) in
1065
+ (<time class="dtstart" datetime="2012-10-10">10 Oct 2012</time>) in
1062
1066
<span class="location">San Francisco</span>.
1063
1067
</div> ' ;
1064
1068
$ parser = new Parser ($ input , 'https://example.com ' );
0 commit comments