Set of polyfills for changed PHPUnit functionality to allow for creating
PHPUnit cross-version compatible tests.
Autoloader: /usr/share/php/Yoast/PHPUnitPolyfills4/autoload.php
Provides
Requires
License
BSD-3-Clause
Changelog
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Feb 10 2025 Remi Collet <remi@remirepo.net> - 4.0.0-1
- update to 4.0.0
- move to /usr/share/php/Yoast/PHPUnitPolyfills4
- raise dependency on PHP 7.1
- add phpunit12
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Jan 09 2025 Remi Collet <remi@remirepo.net> - 3.1.0-1
- update to 3.1.0
- re-license spec file to CECILL-2.1
* Mon Sep 09 2024 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0
- move to /usr/share/php/Yoast/PHPUnitPolyfills3
- raise dependency on PHP 7.0
- drop phpunit10, add phpunit11
* 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
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Files
/usr/share/doc/php-yoast-phpunit-polyfills
/usr/share/doc/php-yoast-phpunit-polyfills/CHANGELOG.md
/usr/share/doc/php-yoast-phpunit-polyfills/README.md
/usr/share/doc/php-yoast-phpunit-polyfills/composer.json
/usr/share/licenses/php-yoast-phpunit-polyfills
/usr/share/licenses/php-yoast-phpunit-polyfills/LICENSE
/usr/share/php/Yoast
/usr/share/php/Yoast/PHPUnitPolyfills4
/usr/share/php/Yoast/PHPUnitPolyfills4/Exceptions
/usr/share/php/Yoast/PHPUnitPolyfills4/Exceptions/InvalidComparisonMethodException.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Helpers
/usr/share/php/Yoast/PHPUnitPolyfills4/Helpers/ComparatorValidator.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Helpers/ResourceHelper.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertArrayWithListKeys.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertArrayWithListKeys_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertClosedResource.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertClosedResource_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertContainsOnly.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertContainsOnly_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertFileEqualsSpecializations.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertFileEqualsSpecializations_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertIgnoringLineEndings.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertIgnoringLineEndings_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertIsList.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertIsList_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertObjectEquals.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertObjectEquals_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertObjectNotEquals.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertObjectNotEquals_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertObjectProperty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertObjectProperty_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertionRenames.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/AssertionRenames_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/EqualToSpecializations.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/EqualToSpecializations_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/ExpectExceptionMessageMatches.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/ExpectExceptionMessageMatches_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/ExpectUserDeprecation.php
/usr/share/php/Yoast/PHPUnitPolyfills4/Polyfills/ExpectUserDeprecation_Empty.php
/usr/share/php/Yoast/PHPUnitPolyfills4/TestCases
/usr/share/php/Yoast/PHPUnitPolyfills4/TestCases/TestCasePHPUnitGte8.php
/usr/share/php/Yoast/PHPUnitPolyfills4/TestCases/TestCasePHPUnitLte7.php
/usr/share/php/Yoast/PHPUnitPolyfills4/TestCases/XTestCase.php
/usr/share/php/Yoast/PHPUnitPolyfills4/TestListeners
/usr/share/php/Yoast/PHPUnitPolyfills4/TestListeners/TestListenerDefaultImplementationPHPUnitGte7.php
/usr/share/php/Yo