* Fri Jan 20 2023 Arjen de Korte <suse+build@de-korte.org>
- Refresh 9.5.28 source files as they seem to have been republished
* Tue Jan 17 2023 pgajdos@suse.com
- %nil flavor implies Name: phpunit
* Thu Jan 12 2023 pgajdos@suse.com
- package reworked, php7 and php8 flavors
- Update package to release 9.5.28
* https://github.com/sebastianbergmann/phpunit/blob/9.5/ChangeLog-9.5.md
* Wed Aug 19 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Use %_rpmmacrodir instead of wrong %{_libexecdir}/rpm/macros.d
(libexecdir changes to /usr/libexec).
* Sun Dec 15 2019 Arjen de Korte <suse+build@de-korte.org>
- Update package to release 8.5.0
* https://github.com/sebastianbergmann/phpunit/blob/8.5/ChangeLog-8.5.md
- Update package to release 8.4.3
* https://github.com/sebastianbergmann/phpunit/blob/8.4.3/ChangeLog-8.4.md
- Update package to release 8.3.5
* https://github.com/sebastianbergmann/phpunit/blob/8.3.5/ChangeLog-8.3.md
- Update package to release 8.2.5
* https://github.com/sebastianbergmann/phpunit/blob/8.2.5/ChangeLog-8.2.md
- Update package to release 8.1.6
* https://github.com/sebastianbergmann/phpunit/blob/8.1.6/ChangeLog-8.1.md
* Fri Mar 29 2019 suse+build@de-korte.org
- Update package to release 8.0.6
* Fixed #3564: Production code uses class from test suite's fixture
* Tue Mar 26 2019 Johannes Weberhofer <jweberhofer@weberhofer.at>
- Added obsoletes statements to php7-phpunit7_0 and php7-phpunit6 to allow
a smooth update
* Sun Mar 17 2019 suse+build@de-korte.org
- Update package to release 8.0.5
* Fixed #3480: Wrong return type declaration for TestCase::getExpectedExceptionMessage()
and TestCase::getExpectedExceptionMessageRegExp()
* Fixed #3532: Wrong default value for cacheResult in phpunit.xsd
* Fixed #3539: Wrong default value for resolveDependencies in
phpunit.xsd
* Fixed #3550: Check for valid attribute names in assertObjectHasAttribute()
is too strict
* Fixed #3555: Extension loader only allows objects that implement
TestHook but should also allow Hook
* Fixed #3560: TestDox does not work when tests are filtered
* Tue Feb 19 2019 suse+build@de-korte.org
- Update package to release 8.0.4
* Fixed #3530: generateClassFromWsdl() does not handle methods
with multiple output values
* Fixed #3531: Test suite fails on warning
* Fixed #3534: Wrong message in ConstraintTestCase
* Fixed #3535: TypeError in Command
* Mon Feb 18 2019 suse+build@de-korte.org
- Change install location of macros.phpunit
* Sat Feb 16 2019 suse+build@de-korte.org
- Update package to release 8.0.3
* Fixed #3011: Unsupported PHPT --SECTION-- throws unhandled
exception
* Fixed #3461: StringEndsWith matches too loosely
* Fixed #3515: Random order seed is only printed in verbose mode
* Fixed #3517: Useless error message when depending on test that
does not exist
* Fri Feb 15 2019 suse+build@de-korte.org
- Add macros.phpunit to fixup unit tests for PHPUnit
* Wed Feb 13 2019 suse+build@de-korte.org
- Updated package to release 8.0.2
* Fixed #3352: Using phpunit.phar with PHPDBG does not work with
auto_globals_jit=On
* Fixed #3508: TypeError in Fileloader when trying to load
nonexistent file
* Fixed #3511: Asserting that an object is contained in an
iterable while using == instead of === is no longer possible
* Wed Feb 06 2019 suse+build@de-korte.org
- Only build for supported PHP versions
- Added source verification
* Wed Feb 06 2019 suse+build@de-korte.org
- Remove fixup of shebang (causes a SHA1 failure)
* Tue Feb 05 2019 suse+build@de-korte.org
- Initial release for php7-phpunit8