Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-yoast-phpunit-polyfills2-2.0.2-1.fc41.remi RPM for noarch

From Remi's RPM for Fedora 41 for x86_64

Name: php-yoast-phpunit-polyfills2 Distribution: Unknown
Version: 2.0.2 Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine
Release: 1.fc41.remi Build date: Mon Sep 9 07:46:09 2024
Group: Unspecified Build host: builder.remirepo.net
Size: 167901 Source RPM: php-yoast-phpunit-polyfills2-2.0.2-1.fc41.remi.src.rpm
Packager: Remi Collet
Url: https://github.com/Yoast/PHPUnit-Polyfills
Summary: Set of polyfills for changed PHPUnit functionality
Set of polyfills for changed PHPUnit functionality to allow for creating
PHPUnit cross-version compatible tests.

Autoloader: /usr/share/php/Yoast/PHPUnitPolyfills2/autoload.php

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Sep 09 2024 Remi Collet <remi@remirepo.net> - 2.0.2-1
  - update to 2.0.2
  - rename to php-yoast-phpunit-polyfills2 (compat package)
* Fri Aug 30 2024 Remi Collet <remi@remirepo.net> - 2.0.1-1
  - update to 2.0.1
  - move to /usr/share/php/Yoast/PHPUnitPolyfills2
  - raise dependency on PHP 5.6
  - drop phpunit7, add phpunit10
* Tue Apr 09 2024 Remi Collet <remi@remirepo.net> - 1.1.1-1
  - update to 1.1.1
* Fri Mar 31 2023 Remi Collet <remi@remirepo.net> - 1.0.5-1
  - update to 1.0.5
* Wed Nov 16 2022 Remi Collet <remi@remirepo.net> - 1.0.4-1
  - update to 1.0.4

Files

/usr/share/doc/php-yoast-phpunit-polyfills2
/usr/share/doc/php-yoast-phpunit-polyfills2/CHANGELOG.md
/usr/share/doc/php-yoast-phpunit-polyfills2/README.md
/usr/share/doc/php-yoast-phpunit-polyfills2/composer.json
/usr/share/licenses/php-yoast-phpunit-polyfills2
/usr/share/licenses/php-yoast-phpunit-polyfills2/LICENSE
/usr/share/php/Yoast
/usr/share/php/Yoast/PHPUnitPolyfills2
/usr/share/php/Yoast/PHPUnitPolyfills2/Exceptions
/usr/share/php/Yoast/PHPUnitPolyfills2/Exceptions/Error.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Exceptions/InvalidComparisonMethodException.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Exceptions/TypeError.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Helpers
/usr/share/php/Yoast/PHPUnitPolyfills2/Helpers/AssertAttributeHelper.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Helpers/ResourceHelper.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertClosedResource.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertClosedResource_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertEqualsSpecializations.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertEqualsSpecializations_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertFileEqualsSpecializations.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertFileEqualsSpecializations_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertIgnoringLineEndings.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertIgnoringLineEndings_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertIsList.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertIsList_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertIsType.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertIsType_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertObjectEquals.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertObjectEquals_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertObjectProperty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertObjectProperty_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertStringContains.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertStringContains_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertionRenames.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/AssertionRenames_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/EqualToSpecializations.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/EqualToSpecializations_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/ExpectExceptionMessageMatches.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/ExpectExceptionMessageMatches_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/ExpectExceptionObject.php
/usr/share/php/Yoast/PHPUnitPolyfills2/Polyfills/ExpectExceptionObject_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills2/TestCases
/usr/share/php/Yoast/PHPUnitPolyfills2/TestCases/TestCasePHPUnitGte8.php
/usr/share/php/Yoast/PHPUnitPolyfills2/TestCases/TestCasePHPUnitLte7.php
/usr/share/php/Yoast/PHPUnitPolyfills2/TestCases/XTestCase.php
/usr/share/php/Yoast/PHPUnitPolyfills2/TestListeners
/usr/share/php/Yoast/PHPUnitPolyfills2/TestListeners/TestListenerDefaultImplementationPHPUnit6.php
/usr/share/php/Yoast/PHPUnitPolyfills2/TestListeners/TestListenerDefaultImplementationPHPUnitGte7.php
/usr/share/php/Yoast/PHPUnitPolyfills2/TestListeners/TestListenerDefaultImplementationPHPUnitLte5.php
/usr/share/php/Yoast/PHPUnitPolyfills2/TestListeners/TestListenerSnakeCaseMethods.php
/usr/share/php/Yoast/PHPUnitPolyfills2/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Sep 14 14:36:41 2024