Compare commits

..

1 commit

Author SHA1 Message Date
Remi Collet
84cacaa11f v7.0.1
(cherry picked from commit 7122b8bea8)
2025-08-28 12:42:01 +02:00
2 changed files with 0 additions and 30 deletions

View file

@ -1,22 +0,0 @@
From 31933c1e9e455d4c039cbbc4daf0bee85691729b Mon Sep 17 00:00:00 2001
From: Sebastian Bergmann <sb@sebastian-bergmann.de>
Date: Thu, 26 Jun 2025 13:13:55 +0200
Subject: [PATCH] Closes #31
---
tests/ContextTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ContextTest.php b/tests/ContextTest.php
index eec3f4f..b261f72 100644
--- a/tests/ContextTest.php
+++ b/tests/ContextTest.php
@@ -107,7 +107,7 @@ public function testContainsFound(array|object $value, int $key): void
* @param array<mixed>|object $value
*/
#[DataProvider('valuesProvider')]
- public function testContainsNotFound(array|object $value): void
+ public function testContainsNotFound(array|object $value, int $key): void
{
$context = new Context;

View file

@ -104,14 +104,6 @@ exit $ret
%changelog
* Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 7.0.1-1
- update to 7.0.1
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Jun 26 2025 Remi Collet <remi@remirepo.net> - 7.0.0-3
- add upstream patch for test suite with phpunit 12.2
* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 7.0.0-2
- enable test suite
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1