| Last change: |
refactor: enable phpunit code quality set for rector (#1186)
* refactor: enable phpunit code quality set for rector
* refactor: apply PreferPHPUnitSelfCallRector
* refactor: fix assertSame
PHPUnit 10 (#927)
* Static PHPUnit dataProviders
* Add expectExceptionMessage instead of expectErrorMessage
* Add addMethods instead of setMethods
* Fix tests with required name in the constructor
* Remove ok function
* Remove usage PHPUnit Error
* Fix EventsTest
* Replace withConsecutive with willReturnCallback
* Migrate phpunit config
* Add coverage config
* Fix issue with abstract classes
* Update PHP version in scrutinizer; add test groups to exclude some tests from scrutinizer testing
* Replace `group` annotations with attributes
---------
Co-authored-by: roxblnfk <roxblnfk@ya.ru>
Merge branch '3.0' into feature/tests-refactoring
Fix spiral/core tests
- added auth component
- new CS fixes in compliance with PSR-12
- minor improvements in session scopes
- automatic CS fixing
[feature] PSR-2 code style fix
- rr version bump
- fixed i18n tests
- added rr services: headers, metrics
- added binding for MetricsInterface
embeddings added
CS
more tests
|