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>2019-06-20 11:50:49 +0300
committerGitHub <noreply@github.com>2019-06-20 11:50:49 +0300
commit2a4eebfd87bde157228037534e1fe93a2ed56e9b (patch)
treef18ca78f99e5cfdee96443885454ab4eb1ba7353 /tests/PHPUnit/Integration/ReleaseCheckListTest.php
parent35196638e279e93b532d664af6759fff5b43c382 (diff)
Fixing tests. (#14542)
* Fixing tests. * fix some more expected screenshots * fix test * fix another test * try to fix random ui test failure * update submodule
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 73e307aefe..5b0e7142f2 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -583,7 +583,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 = 51;
+ $maximumTotalFilesizesExpectedInMb = 54;
$minimumTotalFilesizesExpectedInMb = 38;
$minimumExpectedFilesCount = 7000;