Skip to content

Commit

Permalink
Update ExpandLinksTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
willwashburn committed Jun 7, 2016
1 parent 4fd0337 commit f571d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ExpandLinksTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function canonicalLinksProvider()
return [
['http://blog.tailwindapp.com/tailwind-publisher-2-0/?foo=foobar', 'http://blog.tailwindapp.com/tailwind-publisher-2-0/'],
['http://blog.tailwindapp.com/tailwind-publisher-2-0?foo=foobar', 'http://blog.tailwindapp.com/tailwind-publisher-2-0/'],
['http://www.willwashburn.com/?foo', 'http://www.willwashburn.com/?foo'], //no tags
['http://willwashburn.com/?foo', 'http://willwashburn.com/?foo'], //no tags
['http://www.practicallyfunctional.com/so-creative-18-delicious-game-day-appetizers/', 'http://www.practicallyfunctional.com/so-creative-18-delicious-game-day-appetizers/'], // protocol issues
];
}
Expand Down

0 comments on commit f571d2a

Please sign in to comment.