Releases: spryker/testify
Releases · spryker/testify
3.46.1
3.46.0
Included commits: 3.45.0...3.46.0
Improvements
- Replaced individual
getModuleName()methods with a common trait. - Updated the ModuleNameTrait to be able to get the module name passed via the configuration.
- Updated the ClassResolver to be able to get the organization and the application passed via configuration.
3.45.0
3.44.0
Included commits: 3.43.1...3.44.0
Improvements
- Adjusted
AbstractCollection,PropertyValues,ObjectSpecificationin order to use more strict return type for PHP 8.1.
3.43.1
Included commits: 3.43.0...3.43.1
Fixes
- Fixed
GlueRestTestify helper to be fully compatible with codeception REST module. - Added default application name
Zedfor testifyBusinessHelper.
3.43.0
Included commits: 3.42.0...3.43.0
Improvements
- Added further core namespaces to
ClassResolverTrait - Adjusted
AbstractDependencyProviderHelperthatClassResolverTraitis used to resolve classes - Removed
AbstractDependencyProviderHelper::createDependencyProvider() - Removed
AbstractDependencyProviderHelper::getDependencyProviderClassName()
3.42.0
Included commits: 3.41.0...3.42.0
Improvements
- Use
fakerphp/fakeras updated dependency, as this one is PHP 8.0+ compatible. - Deprecated
getRootDirectory()folder resolve magic in favor ofAPPLICATION_ROOT_DIRusage if defined.
3.41.0
Included commits: 3.40.0...3.41.0
Improvements
- Introduced
ConfigHelper::configExists()to check if module config exists. - Adjusted
\SprykerTest\Yves\Testify\Helper\FactoryHelperso it uses factory from core if it doesn't exist on the project level.
3.40.0
Included commits: 3.39.0...3.40.0
Improvements
- Adjusted
OpenApi3so now it can find parent resources in the schema.
3.39.0
Included commits: 3.38.0...3.39.0
Improvements
- Updated
ClientHelperfor easier testing client functionality. - Introduced
ConfigHelperfor Client. - Introduced
AbstractHelperwith some common methods useful for test output. - Introduced
\SprykerTest\Shared\Testify\Helper\LocatorHelper::addToLocatorCacheto be able to mock dependencies that can be retrieved via the Locator. - Introduced
MessageFormatterfor better message formatting.