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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-10-04 08:13:27 +0300
committerGitHub <noreply@github.com>2018-10-04 08:13:27 +0300
commit9544e8af2a970944470d6153f0ff09d5bc30d4cd (patch)
treef3c84fb8acff8b08c4155e82f4164f14e26cf3af /tests/PHPUnit/Integration/ReleaseCheckListTest.php
parente6de421f2cd189fbba3ac836dce5770bac66e1bc (diff)
Fixing build. (#13530)
* Fix more tests. * Update more files.
Diffstat (limited to 'tests/PHPUnit/Integration/ReleaseCheckListTest.php')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index 3f3ce79c16..4ad037972b 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -558,7 +558,7 @@ class ReleaseCheckListTest extends \PHPUnit_Framework_TestCase
// Don't run the test on local dev machine, as we may have other files (not in GIT) that would fail this test
$this->markTestSkipped("Skipped this test on local dev environment.");
}
- $maximumTotalFilesizesExpectedInMb = 50;
+ $maximumTotalFilesizesExpectedInMb = 51;
$minimumTotalFilesizesExpectedInMb = 38;
$minimumExpectedFilesCount = 7000;