diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-31 11:10:27 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-31 11:10:27 +0200 |
commit | af039535ddb705aa61bc36482aaec55acde129a8 (patch) | |
tree | bf9911b9b8196f584007feb2300bd5db406b8d6e | |
parent | 6298a5c8e8d275749fc49eb4a5969ae0bda5e1d9 (diff) |
update to 12.2.9
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | phpunit12.spec | 10 |
2 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 0ee700c..7c67577 100644 --- a/composer.json +++ b/composer.json @@ -106,7 +106,8 @@ "tests/unit/Framework/Assert/assertSameTest.php", "tests/_files/CoveredFunction.php", "tests/_files/Generator.php", - "tests/_files/NamespaceCoveredFunction.php" + "tests/_files/NamespaceCoveredFunction.php", + "tests/end-to-end/_files/listing-tests-and-groups/ExampleAbstractTestCase.php" ] }, "extra": { diff --git a/phpunit12.spec b/phpunit12.spec index 97e4ccb..b2c82eb 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 49dc7c0669b97c7a36f63411635f48eedc140eb4 -%global gh_date 2025-07-30 +%global gh_commit 442c06d0a952a5dbffba181cff969b91fdc9bada +%global gh_date 2025-07-31 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,7 +33,7 @@ %global ver_major 12 %global ver_minor 2 -%global upstream_version 12.2.8 +%global upstream_version 12.2.9 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -240,6 +240,7 @@ cat << 'EOF' | tee -a tests/autoload.php __DIR__ . '/_files/CoveredFunction.php', __DIR__ . '/_files/Generator.php', __DIR__ . '/_files/NamespaceCoveredFunction.php', + __DIR__ . '/end-to-end/_files/listing-tests-and-groups/ExampleAbstractTestCase.php', ]); EOF @@ -286,6 +287,9 @@ exit $ret %changelog +* Thu Jul 31 2025 Remi Collet <remi@remirepo.net> - 12.2.9-1 +- update to 12.2.9 + * Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 12.2.8-1 - update to 12.2.8 - raise dependency on phpunit/php-code-coverage 12.3.2 |