Releases: raptor-mvk/test-utils
Releases · raptor-mvk/test-utils
v1.5.1
v1.5.0
Changed
- Change symfony/console version to ^3.0|^4.0 for better compatibility
1.4.0
Changed
- Symfony code style applied instead of PSR-12
- All interfaces have
Interface
suffix - All traits have
Trait
suffix
- All interfaces have
1.3.0
Added
- Following methods are added to trait
ExtraUtils
:expectExceptionExactMessage(string $message)
Removed
- Following methods are removed from trait
WithVFS
:getEscapedFullPath(string $path)
v1.2.6
Added
- Following methods are added to trait
ExtraAssertions
:assertReturnsCarbonNowWithoutMicroseconds(callable $func, ?string $message = null)
v1.2.5
Added
- Following methods are added to trait
ExtraAssertions
:assertStringsAreSameIgnoringEOL(string $expected, string $actual, ?string $message = null)
v1.2.4
Changed
- fix error in
GeneratorDataProcessor
v1.2.3
Added
- Following methods are added to trait
ExtraAssertions
:assertReturnsCarbonNow(callable $func, ?string $message = null)
Changed
- method
getLastErrors
is added toGenerator
interface - error messages are added to
GenerateIDETestContainerCommand
1.2.2
Changed
- fix error in
WrapperDataProcessor
v1.2.1
Changed in 1.2.1
- fix errors in
generate-ide-test-containers