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:
authorPeter Zhang <peter@innocraft.com>2022-03-30 07:13:23 +0300
committerGitHub <noreply@github.com>2022-03-30 07:13:23 +0300
commitcee2b8e670c390c370aa51a02e0613848121ddab (patch)
tree97d08baf329bc5701bd999cca3443d4a24a18c72 /tests/PHPUnit/Integration
parent3b91641d4fb2e66ae4ae481d65e2532b5fe3ab25 (diff)
Update ReleaseCheckListTest.php (#19022)
increase release size by 1mb
Diffstat (limited to 'tests/PHPUnit/Integration')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index f11f977ed6..22373832d9 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -38,7 +38,7 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
parent::setUp();
}
-
+
public function test_TestCaseHasSetGroupsMethod()
{
// refs https://github.com/matomo-org/matomo/pull/16615 ensures setGroups method still exists in phpunit
@@ -614,7 +614,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 = 55;
+ $maximumTotalFilesizesExpectedInMb = 56;
$minimumTotalFilesizesExpectedInMb = 38;
$minimumExpectedFilesCount = 7000;