Skip to content

Commit

Permalink
Adjust tests and remove broken user migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Feb 15, 2025
1 parent ae2fb80 commit 516e6f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Helper/SharingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class SharingTest extends TestCase
public static $shareData = [
'email' => 'mailto:?subject=Example%20Website&body=I%20found%20this%20awesome%20link%2C%20go%20check%20it%20out%3A%20https%3A%2F%2Fexample.com%2F"',
'facebook' => 'https://www.facebook.com/sharer/sharer.php?u=https://example.com/',
'twitter' => 'https://twitter.com/intent/tweet?text=I found this awesome link, go check it out: https://example.com/',
'twitter' => 'https://twitter.com/intent/tweet?text=I%20found%20this%20awesome%20link%2C%20go%20check%20it%20out%3A%20https%3A%2F%2Fexample.com%2F',
'bluesky' => 'https://bsky.app/intent/compose?text=I%20found%20this%20awesome%20link%2C%20go%20check%20it%20out%3A%20https%3A%2F%2Fexample.com%2F',
'reddit' => 'http://www.reddit.com/submit?url=https://example.com/&title=Example Website',
'pinterest' => 'http://pinterest.com/pin/create/button/?url=https://example.com/&description=Example Website',
'whatsapp' => 'whatsapp://send?text=I found this awesome link, go check it out: https://example.com/',
Expand Down

0 comments on commit 516e6f1

Please sign in to comment.