Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Thanksgiving message
  • Loading branch information
ginatrapani committed Nov 27, 2015
1 parent 15a6243 commit 83ae42d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions tests/TestOfInsightStreamController.php
Expand Up @@ -188,15 +188,6 @@ public function testOfNotLoggedInNoInsights() {
$this->assertPattern('/Password/', $results);
}

public function testOfThanksgivingMessage() {
$builders = self::buildPublicAndPrivateInsights();

$controller = new InsightStreamController();
$results = $controller->go();

$this->assertPattern('/Happy Thanksgiving!/', $results);
}

public function testOfNotLoggedInInsights() {
$builders = self::buildPublicAndPrivateInsights();

Expand Down
4 changes: 0 additions & 4 deletions webapp/_lib/controller/class.InsightStreamController.php
Expand Up @@ -93,10 +93,6 @@ public function control() {
}
}

if (Utils::isTest() || date("Y-m-d") == '2015-11-26') {
$this->addInfoMessage("Happy Thanksgiving! We're thankful you're using ThinkUp.");
}

$this->addToView('tpl_path', THINKUP_WEBAPP_PATH.'plugins/insightsgenerator/view/');
if ($config->getValue('image_proxy_enabled') == true) {
$this->addToView('image_proxy_sig', $config->getValue('image_proxy_sig'));
Expand Down

0 comments on commit 83ae42d

Please sign in to comment.