From 0d9d3295219ce7f438a73fc30294ec2aebb534b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:25:07 +0100 Subject: [automatic submodule updates] (#18880) * updates all submodules * Update ReleaseCheckListTest.php Co-authored-by: diosmosis Co-authored-by: Stefan Giehl --- tests/PHPUnit/Integration/ReleaseCheckListTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PHPUnit/Integration') 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)); -- cgit v1.2.3