Skip to content

Releases: acelaya-forks/shlink-test-utils

v3.1.0

07 Aug 06:43
84d8dd2
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Nothing

Removed

  • Dropped support for PHP 8.0

Fixed

  • Nothing

Deprecated

  • Nothing

v3.0.0

21 Jan 18:18
Compare
Choose a tag to compare

Changed

  • Explicitly added trusted plugins to composer.json

Added

  • #5 Added new CliTestCase with helper functions to E2E test Shlink from the CLI.

Removed

  • Dropped support for Symfony 5

Fixed

  • Nothing

Deprecated

  • Nothing

v2.5.0

10 Dec 16:36
fe62fd8
Compare
Choose a tag to compare

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

02 Dec 12:28
5b68c54
Compare
Choose a tag to compare

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

23 Oct 13:43
6067fcc
Compare
Choose a tag to compare

Changed

  • Nothing

Added

  • Allowed to customize the commands to run when invoking TestHelper::createTestDb.

Removed

  • Nothing

Fixed

  • Nothing

Deprecated

  • Nothing

v2.1.0

12 Mar 15:04
c7acac7
Compare
Choose a tag to compare

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

13 Jan 19:18
Compare
Choose a tag to compare

Added

  • #17 Update DatabaseTestCase so that it wraps every test in a transaction that is then rolled back.

Changed

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v1.7.0

10 Jan 07:33
Compare
Choose a tag to compare

Added

  • Update ApiTestCase so that it allows providing the API key value when calling callApiWithKey.

Changed

  • Migrated build to Github Actions.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

v1.6.0

01 Nov 11:50
1687aef
Compare
Choose a tag to compare

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