Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-yoast-phpunit-polyfills | Distribution: Fedora Project |
Version: 1.0.5 | Vendor: Fedora Project |
Release: 4.fc40 | Build date: Fri Jan 26 00:27:23 2024 |
Group: Unspecified | Build host: buildvm-s390x-26.s390.fedoraproject.org |
Size: 167996 | Source RPM: php-yoast-phpunit-polyfills-1.0.5-4.fc40.src.rpm |
Packager: Fedora Project | |
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/PHPUnitPolyfills/autoload.php
BSD-3-Clause
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Mar 31 2023 Remi Collet <remi@remirepo.net> - 1.0.5-1 - update to 1.0.5 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Nov 16 2022 Remi Collet <remi@remirepo.net> - 1.0.4-1 - update to 1.0.4 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
/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/PHPUnitPolyfills /usr/share/php/Yoast/PHPUnitPolyfills/Exceptions /usr/share/php/Yoast/PHPUnitPolyfills/Exceptions/Error.php /usr/share/php/Yoast/PHPUnitPolyfills/Exceptions/InvalidComparisonMethodException.php /usr/share/php/Yoast/PHPUnitPolyfills/Exceptions/TypeError.php /usr/share/php/Yoast/PHPUnitPolyfills/Helpers /usr/share/php/Yoast/PHPUnitPolyfills/Helpers/AssertAttributeHelper.php /usr/share/php/Yoast/PHPUnitPolyfills/Helpers/ResourceHelper.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertClosedResource.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertClosedResource_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertEqualsSpecializations.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertEqualsSpecializations_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertFileDirectory.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertFileDirectory_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertFileEqualsSpecializations.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertFileEqualsSpecializations_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertIsType.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertIsType_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertNumericType.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertNumericType_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertObjectEquals.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertObjectEquals_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertStringContains.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertStringContains_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertionRenames.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/AssertionRenames_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/EqualToSpecializations.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/EqualToSpecializations_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/ExpectException.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/ExpectExceptionMessageMatches.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/ExpectExceptionMessageMatches_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/ExpectExceptionObject.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/ExpectExceptionObject_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/ExpectException_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/ExpectPHPException.php /usr/share/php/Yoast/PHPUnitPolyfills/Polyfills/ExpectPHPException_Empty.php /usr/share/php/Yoast/PHPUnitPolyfills/TestCases /usr/share/php/Yoast/PHPUnitPolyfills/TestCases/TestCasePHPUnitGte8.php /usr/share/php/Yoast/PHPUnitPolyfills/TestCases/TestCasePHPUnitLte7.php /usr/share/php/Yoast/PHPUnitPolyfills/TestCases/XTestCase.php /usr/share/php/Yoast/PHPUnitPolyfills/TestListeners /usr/share/php/Yoast/PHPUnitPolyfills/TestListeners/TestListenerDefaultImplementationPHPUnit6.php /usr/share/php/Yoast/PHPUnitPolyfills/TestListeners/TestListenerDefaultImplementationPHPUnitGte7.php /usr/share/php/Yoast/PHPUnitPolyfills/TestListeners/TestListenerDefaultImplementationPHPUnitLte5.php /usr/share/php/Yoast/PHPUnitPolyfills/TestListeners/TestListenerSnakeCaseMethods.php /usr/share/php/Yoast/PHPUnitPolyfills/autoload.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 23:47:10 2024