Piwik\Plugins\CoreUpdater\Test\UpdateCommunicationTest::test_sendNotifications_shouldSentCorrectEmail PHP Method

test_sendNotifications_shouldSentCorrectEmail() public method

    public function test_sendNotifications_shouldSentCorrectEmail()
    {
        $rootUrl = Fixture::getTestRootUrl();
        $message = "ScheduledReports_EmailHello\n\nCoreUpdater_ThereIsNewVersionAvailableForUpdate\n\nCoreUpdater_YouCanUpgradeAutomaticallyOrDownloadPackage\n{$rootUrl}index.php?module=CoreUpdater&action=newVersionAvailable\n\nCoreUpdater_ViewVersionChangelog\nhttp://piwik.org/changelog/piwik-33-0-0/\n\nCoreUpdater_FeedbackRequest\nhttp://piwik.org/contact/";
        $this->assertEmailForVersion('33.0.0', $message);
    }