diff --git a/tests/TestOfSmartyModifierLinkUsernames.php b/tests/TestOfSmartyModifierLinkUsernames.php index 67505e9c16..30b15f9d23 100644 --- a/tests/TestOfSmartyModifierLinkUsernames.php +++ b/tests/TestOfSmartyModifierLinkUsernames.php @@ -49,6 +49,7 @@ class TestOfSmartyModiferLinkUsernames extends ThinkUpBasicUnitTestCase { public function __construct() { $this->UnitTestCase('Link Twitter usernames Smarty modifier test'); + $config = Config::getInstance(); $this->test_tweets = array( "Hey @anildash think this up!", "If you're interested, @ me details", @@ -57,12 +58,15 @@ public function __construct() { "Blah blah blah (@username). Blah blah"); $this->internally_linked_tweets = array( - 'Hey @anildash think this up!', + 'Hey @anildash think this up!', "If you're interested, @ me details", - '.@anildash thinks so', - 'This is a tweet with multiple usernames like @waxpancake '. - 'and @thinkupapp', - 'Blah blah blah (@username). Blah blah'); + '.@anildash thinks so', + 'This is a tweet with multiple usernames like @waxpancake '. + 'and @thinkupapp', + 'Blah blah blah (@username). Blah blah'); $this->externally_linked_tweets = array( 'Hey @anildash think this up!',