summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/Service/Social/TwitterProviderTest.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/unit/Service/Social/TwitterProviderTest.php b/tests/unit/Service/Social/TwitterProviderTest.php
index fbaf05ca..45d527d4 100644
--- a/tests/unit/Service/Social/TwitterProviderTest.php
+++ b/tests/unit/Service/Social/TwitterProviderTest.php
@@ -100,16 +100,16 @@ class TwitterProviderTest extends TestCase {
]
];
$contactWithSocialUrls = [
- "https://mobile.twitter.com/username1",
- "https://mobile.twitter.com/username2",
+ "https://twitter.com/username1",
+ "https://twitter.com/username2",
];
$contactWithSocialHtml = [
- '<html><img src="username1_normal.jpg" /></html>',
- '<html><img src="username2_normal.jpg" /></html>',
+ '<html><img src="./profile_images/username1_normal.jpg" /></html>',
+ '<html><img src="./profile_images/username2_normal.jpg" /></html>',
];
$contactWithSocialImgs = [
- "username1_400x400.jpg",
- "username2_400x400.jpg"
+ "./profile_images/username1_400x400.jpg",
+ "./profile_images/username2_400x400.jpg"
];
$contactWithoutSocial = [