Skip to content

Releases: spryker/testify

3.55.3

25 Jul 10:18
Compare
Choose a tag to compare

Included commits: 3.55.2...3.55.3

Fixes

  • Adjusted ClassResolverTrait::getClassNameCandidates() method to add an option to extend class namespace candidates from config['projectNamespaces'].

3.55.2

06 May 14:06
Compare
Choose a tag to compare

Included commits: 3.55.1...3.55.2

Improvements

  • Added PHPStan 1.10.* support.

3.55.1

25 Mar 16:41
Compare
Choose a tag to compare

Included commits: 3.55.0...3.55.1

Fixes

  • Fixed Databuilder fields generating for compatibility with fakerphp/faker, so it uses call method instead of property object directly.

3.55.0

21 Mar 18:56
Compare
Choose a tag to compare

Included commits: 3.54.0...3.55.0

Improvements

  • Introduced LocatorHelper::isProjectNamespaceEnabled() method.

Fixes

  • Adjusted GlueRest so now it sends the proper language code with the request.

3.54.0

05 Mar 12:20
Compare
Choose a tag to compare

Included commits: 3.53.0...3.54.0

Improvements

  • Introduced AbstractJsonApiHelper::seeJsonApiResponseErrorsHaveMessage() method to assert an error message in the response body.
  • Adjusted FixturesCommand::execute() method to disable Propel instance pooling during fixtures generating.

3.53.0

25 Jan 09:42
Compare
Choose a tag to compare

Included commits: 3.52.0...3.53.0

Improvements

  • Introduced GlueBackendApiOpenApi3Helper helper for comparing response data structure with OpenAPI schema for E2E Glue Backend API tests.

3.52.0

29 Dec 09:28
Compare
Choose a tag to compare

Included commits: 3.51.0...3.52.0

Improvements

  • Introduced GlueBackendApiJsonApiHelper helper to provide basic functionality for E2E Glue Backend API tests for endpoints implementing JSON API Convention.

3.51.0

05 Dec 11:55
Compare
Choose a tag to compare

Included commits: 3.50.0...3.51.0

Adjustments

  • Added DomCrawler module to dev dependencies.

3.50.0

18 Sep 10:30
Compare
Choose a tag to compare

Included commits: 3.49.1...3.50.0

Improvements

  • Added TableRelationsCleanupHelperTrait for easier access to TableRelationsCleanupHelper.

3.49.1

21 Jul 13:25
Compare
Choose a tag to compare

Included commits: 3.49.0...3.49.1

Fixes

  • Added Cleanup method in AbstractDependencyProviderHelper to be able to reset the container between tests.