summaryrefslogtreecommitdiffstats
path: root/tests/controller/TwitterFetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/controller/TwitterFetcherTest.php')
-rw-r--r--tests/controller/TwitterFetcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/TwitterFetcherTest.php b/tests/controller/TwitterFetcherTest.php
index 00d5aa1ab..f74ed1877 100644
--- a/tests/controller/TwitterFetcherTest.php
+++ b/tests/controller/TwitterFetcherTest.php
@@ -51,7 +51,7 @@ class TwitterFetcherTest extends \OCA\AppFramework\Utility\TestUtility {
'twitter.com/GeorgeTakei'
);
foreach($urls as $url){
- $this->assertTrue($this->twitter->canHandle($url));
+ $this->assertTrue($this->twitter->canHandle($url), $url);
}
}