| Last change: |
Apply Spiral Code Style
refactor: enable phpunit code quality set for rector (#1186)
* refactor: enable phpunit code quality set for rector
* refactor: apply PreferPHPUnitSelfCallRector
* refactor: fix assertSame
refactor: add closure void return type in tests (#1181)
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
Cast params to int in SnapshotsBootloader
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
|