Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Feedback/tests/Integration/FeedbackTest.php')
-rw-r--r--plugins/Feedback/tests/Integration/FeedbackTest.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/Feedback/tests/Integration/FeedbackTest.php b/plugins/Feedback/tests/Integration/FeedbackTest.php
index 5b926e57d1..f55d6e20f2 100644
--- a/plugins/Feedback/tests/Integration/FeedbackTest.php
+++ b/plugins/Feedback/tests/Integration/FeedbackTest.php
@@ -78,13 +78,6 @@ class FeedbackTest extends IntegrationTestCase
$this->assertFalse($this->feedback->getShouldPromptForFeedback());
}
- public function test_shouldPromptForFeedback_noFeedbackReminderOptionForUser_newUser()
- {
- Date::$now = Date::factory('2019-06-01')->getTimestamp(); // 90 days
-
- $this->assertTrue($this->feedback->getShouldPromptForFeedback());
- }
-
public function test_shouldPromptForFeedback_dontRemindUserAgain()
{
Option::set('Feedback.nextFeedbackReminder.user1', '-1');
@@ -115,4 +108,4 @@ class FeedbackTest extends IntegrationTestCase
$this->assertFalse($this->feedback->getShouldPromptForFeedback());
}
-} \ No newline at end of file
+}