Skip to content

Releases: kununu/testing-bundle

Add DisableSSLCompilerPass

11 Mar 10:38
66e376c
Compare
Choose a tag to compare
  • Introduce DisableSSLCompilerPass

This compiler pass allows to disable SSL validations on http clients (currently only Guzzle is supported) when tests are running on configured hosts

Allow cleaning of orchestrator fixtures

01 Jul 14:43
55f03d3
Compare
Choose a tag to compare
  • Bump kununu/data-fixtures to v7.0

  • Add method on Orchestrator to clear loaded fixtures

  • Add methods on FixturesAwareTestCase to clear loaded fixtures for Database, Cache Pool and Elasticsearch

  • Add integration tests to cover new methods

Added parameters method to request. builder

26 May 10:31
3f3badb
Compare
Choose a tag to compare
Added parameters impl to request builder (#15)

* Added parameters impl to request builder

* Bring back visibility to be private on client

Fix decorated cache pools

22 Apr 16:51
52b65e4
Compare
Choose a tag to compare

Bump data-fixtures to version 6.0.0

19 Apr 19:53
daf63d9
Compare
Choose a tag to compare
8.0.0

Bump data-fixtures version (#13)

Introduce PUT method in RequestBuilder

19 Apr 19:31
b8527a1
Compare
Choose a tag to compare
7.0.1

Introduce PUT method in RequestBuilder (#12)

Introduce Initializable Fixtures

18 Mar 13:43
e257014
Compare
Choose a tag to compare
  • Bump kununu/data-fixtures to v5.0

  • Introduce Initializable Fixtures to allow initialization of Fixtures instances in FixturesAwareTestCase

  • Add coverage in tests

  • Update README.md

Upgrade kununu/data-fixtures to version 4.0

10 Mar 13:20
13dd17b
Compare
Choose a tag to compare
  • Upgrade kununu/data-fixtures to version 4.0

v5.0.0

22 Nov 16:32
598d114
Compare
Choose a tag to compare

Added Load connection fixtures command

Introduce Elasticsearch Fixtures

21 Aug 12:45
12f9ac6
Compare
Choose a tag to compare
Introduce Elasticsearch Fixtures (#6)

* Introduce Elasticsearch Fixtures

* Update tests and readme

* Add final keyword

* Update composer

* Provide  to ElasticSearchExecutor & update tests

* Update readme

* Define data-fixtures package dependency version

* Address code review

* Apply Code Standards

* Format config

* Update parameters.yml