From 1e291ae13ec16a19ba88cf2fd546b88dd2d5329e Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Fri, 18 Dec 2015 16:54:54 +1300
Subject: [PATCH] Fixes https://github.com/piwik/piwik/issues/9409

---
 .../Integration/DataAccess/ArchiveInvalidatorTest.php      | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/PHPUnit/Integration/DataAccess/ArchiveInvalidatorTest.php b/tests/PHPUnit/Integration/DataAccess/ArchiveInvalidatorTest.php
index 7501a34715..c0b9baf438 100644
--- a/tests/PHPUnit/Integration/DataAccess/ArchiveInvalidatorTest.php
+++ b/tests/PHPUnit/Integration/DataAccess/ArchiveInvalidatorTest.php
@@ -346,6 +346,7 @@ class ArchiveInvalidatorTest extends IntegrationTestCase
                     ),
                     '2015_05' => array(),
                     '2015_06' => array(),
+                    '2015_07' => array(),
                 ),
             ),
 
@@ -368,6 +369,7 @@ class ArchiveInvalidatorTest extends IntegrationTestCase
                     '2015_04' => array(),
                     '2015_05' => array(),
                     '2015_06' => array(),
+                    '2015_07' => array(),
                 ),
             ),
 
@@ -432,6 +434,7 @@ class ArchiveInvalidatorTest extends IntegrationTestCase
                     '2015_04' => array(),
                     '2015_05' => array(),
                     '2015_06' => array(),
+                    '2015_07' => array(),
                 ),
             ),
 
@@ -476,6 +479,7 @@ class ArchiveInvalidatorTest extends IntegrationTestCase
                     '2015_04' => array(),
                     '2015_05' => array(),
                     '2015_06' => array(),
+                    '2015_07' => array(),
                 ),
             ),
 
@@ -500,6 +504,7 @@ class ArchiveInvalidatorTest extends IntegrationTestCase
                     '2015_04' => array(),
                     '2015_05' => array(),
                     '2015_06' => array(),
+                    '2015_07' => array(),
                 ),
             ),
 
@@ -537,6 +542,7 @@ class ArchiveInvalidatorTest extends IntegrationTestCase
                     '2015_04' => array(),
                     '2015_05' => array(),
                     '2015_06' => array(),
+                    '2015_07' => array(),
                 ),
             ),
 
@@ -562,6 +568,7 @@ class ArchiveInvalidatorTest extends IntegrationTestCase
                         '1.2015-05-01.2015-05-31.3.done3736b708e4d20cfc10610e816a1b2341',
                     ),
                     '2015_06' => array(),
+                    '2015_07' => array(),
                 ),
             ),
         );
-- 
GitLab