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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-03-04 11:25:07 +0300
committerGitHub <noreply@github.com>2022-03-04 11:25:07 +0300
commit0d9d3295219ce7f438a73fc30294ec2aebb534b1 (patch)
tree7c2de31b6c1402daeaebe07f1ef76f0853b8898c /tests/PHPUnit/Integration
parent029019b8ea0e252e2d06bba9ede0460d37bb5323 (diff)
[automatic submodule updates] (#18880)
* updates all submodules * Update ReleaseCheckListTest.php Co-authored-by: diosmosis <diosmosis@users.noreply.github.com> Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'tests/PHPUnit/Integration')
-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 86fcf2fa84..8b875b922d 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -1099,7 +1099,7 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
$countFileChecked++;
}
- $this->assertGreaterThan(35, $countFileChecked, "expected to test at least 35 files, but tested only " . $countFileChecked);
+ $this->assertGreaterThan(20, $countFileChecked, "expected to test at least 20 files, but tested only " . $countFileChecked);
if (!empty($errors)) {
throw new Exception(implode(",\n\n ", $errors));