Releases: acelaya-forks/shlink-test-utils
Releases · acelaya-forks/shlink-test-utils
v3.1.0
v3.0.0
v2.5.0
Changed
- Nothing
Added
- Added
X-Coverage-Id
header that is sent on every request to Shlink with the FQCN of the tests.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v2.4.0
Changed
- Updated to phpstan 1.2
Added
- Added support for symfony/process 6.0
- Added support for PHP 8.1
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v2.3.0
Changed
- Nothing
Added
- Allowed to customize the commands to run when invoking
TestHelper::createTestDb
.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v2.1.0
Added
- Improved
TestHelper::createTestDb
method, so that it tries to run the migrations too, which helps spot issues on them.
Changed
- Nothing
Deprecated
- Nothing
Removed
- Dropped support for guzzle 6.*
Fixed
- Nothing
v2.0.0
v1.7.0
Added
- Update
ApiTestCase
so that it allows providing the API key value when callingcallApiWithKey
.
Changed
- Migrated build to Github Actions.
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
v1.6.0
Added
- Explicitly added PHP 8 as a supported PHP version.
Changed
- Added PHP 8 to the build matrix, allowing failures on it.
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing