diff --git a/tests/PHPUnit/Integration/DataAccess/ArchiveInvalidatorTest.php b/tests/PHPUnit/Integration/DataAccess/ArchiveInvalidatorTest.php index 7501a34715cd84276bbb2023d6d5919173905e96..c0b9baf4382a450b7b5d2d4d99abe2404d7784ae 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(), ), ), );