We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bind
1 parent 5ef40f6 commit ccf4c41Copy full SHA for ccf4c41
src/Codeception/Module/Symfony/ParameterAssertionsTrait.php
@@ -16,6 +16,7 @@ trait ParameterAssertionsTrait
16
* <?php
17
* $I->grabParameter('app.business_name');
18
* ```
19
+ * This only works for explicitly set parameters (just using `bind` for Symfony's dependency injection is not enough).
20
*/
21
public function grabParameter(string $parameterName): array|bool|string|int|float|UnitEnum|null
22
{
0 commit comments