We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae7e02 commit 714838aCopy full SHA for 714838a
composer.json
@@ -5,7 +5,7 @@
5
"license": "proprietary",
6
"require": {
7
"codeception/codeception": "^3.6.1 || ^4.0.0",
8
- "dms/phpunit-arraysubset-asserts": "^0.3.0",
+ "dms/phpunit-arraysubset-asserts": "^0.4.0",
9
"fakerphp/faker": "^1.16.0",
10
"mikey179/vfsstream": "^1.6",
11
"php": ">=7.4",
tests/SprykerTest/Shared/Testify/_support/StepOverride/ConditionalAssertionExtender.php
@@ -42,7 +42,7 @@ public function setStepDescription(string $stepDescription): Step
42
*
43
* @return string
44
*/
45
- protected function humanize(string $text): string
+ protected function humanize($text): string
46
{
47
return $this->getStepDescription() . parent::humanize($text);
48
}
0 commit comments