From cee2b8e670c390c370aa51a02e0613848121ddab Mon Sep 17 00:00:00 2001 From: Peter Zhang Date: Wed, 30 Mar 2022 17:13:23 +1300 Subject: Update ReleaseCheckListTest.php (#19022) increase release size by 1mb --- tests/PHPUnit/Integration/ReleaseCheckListTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/PHPUnit/Integration') 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; -- cgit v1.2.3