Skip to content

Commit 714838a

Browse files
authored
Update assert dep. (#9643)
FRW-353 Update assert dependency to latest
1 parent 8ae7e02 commit 714838a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "proprietary",
66
"require": {
77
"codeception/codeception": "^3.6.1 || ^4.0.0",
8-
"dms/phpunit-arraysubset-asserts": "^0.3.0",
8+
"dms/phpunit-arraysubset-asserts": "^0.4.0",
99
"fakerphp/faker": "^1.16.0",
1010
"mikey179/vfsstream": "^1.6",
1111
"php": ">=7.4",

tests/SprykerTest/Shared/Testify/_support/StepOverride/ConditionalAssertionExtender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function setStepDescription(string $stepDescription): Step
4242
*
4343
* @return string
4444
*/
45-
protected function humanize(string $text): string
45+
protected function humanize($text): string
4646
{
4747
return $this->getStepDescription() . parent::humanize($text);
4848
}

0 commit comments

Comments
 (0)