Skip to content

Commit fa5f86b

Browse files
committed
Update hreview backcompat test
Use Powell's for vcard
1 parent 113b0a4 commit fa5f86b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/Mf2/ClassicMicroformatsTest.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,16 +1010,18 @@ public function testVcardGeoNoImpliedName() {
10101010
* @see https://github.com/microformats/php-mf2/issues/184
10111011
*/
10121012
public function testVeventLocationVcardProperty() {
1013+
// Note: The venue for IWC 2012 no longer exists so we switched
1014+
// this to Powell's since it's a long-term Portland institution
10131015
$input = '<div class="vevent">
1014-
<a class="summary url" href="http://indiewebcamp.com/2012">
1016+
<a class="summary url" href="https://indieweb.org/2012">
10151017
IndieWebCamp 2012
10161018
</a>
10171019
from <time class="dtstart">2012-06-30</time>
10181020
to <time class="dtend">2012-07-01</time> at
10191021
<span class="location vcard">
1020-
<a class="fn org url" href="http://geoloqi.com/">Geoloqi</a>,
1022+
<a class="fn org url" href="https://www.powells.com/">Powell’s</a>,
10211023
<span class="adr">
1022-
<span class="street-address">920 SW 3rd Ave. Suite 400</span>,
1024+
<span class="street-address">1005 W Burnside St.</span>,
10231025
<span class="locality">Portland</span>,
10241026
<abbr class="region" title="Oregon">OR</abbr>
10251027
</span>

0 commit comments

Comments
 (0)