- 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 - Add macros.phpunit to fixup unit tests for PHPUnit OBS-URL: https://build.opensuse.org/request/show/676705 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/php7-phpunit8?expand=0&rev=6
3 lines
175 B
Plaintext
3 lines
175 B
Plaintext
# macro: default PHP CS rules to apply for this version of PHPUnit
|
|
%php_cs_fixer_rules php_unit_namespaced,void_return,php_unit_no_expectation_annotation,php_unit_expectation
|