Skip to content

Commit 516e6f1

Browse files
committed
Adjust tests and remove broken user migration
1 parent ae2fb80 commit 516e6f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Helper/SharingTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ class SharingTest extends TestCase
1414
public static $shareData = [
1515
'email' => 'mailto:?subject=Example%20Website&body=I%20found%20this%20awesome%20link%2C%20go%20check%20it%20out%3A%20https%3A%2F%2Fexample.com%2F"',
1616
'facebook' => 'https://www.facebook.com/sharer/sharer.php?u=https://example.com/',
17-
'twitter' => 'https://twitter.com/intent/tweet?text=I found this awesome link, go check it out: https://example.com/',
17+
'twitter' => 'https://twitter.com/intent/tweet?text=I%20found%20this%20awesome%20link%2C%20go%20check%20it%20out%3A%20https%3A%2F%2Fexample.com%2F',
18+
'bluesky' => 'https://bsky.app/intent/compose?text=I%20found%20this%20awesome%20link%2C%20go%20check%20it%20out%3A%20https%3A%2F%2Fexample.com%2F',
1819
'reddit' => 'http://www.reddit.com/submit?url=https://example.com/&title=Example Website',
1920
'pinterest' => 'http://pinterest.com/pin/create/button/?url=https://example.com/&description=Example Website',
2021
'whatsapp' => 'whatsapp://send?text=I found this awesome link, go check it out: https://example.com/',

0 commit comments

Comments
 (0)