We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f60130 commit 8d1f87bCopy full SHA for 8d1f87b
tests/Steps/BaseStepTest.php
@@ -22,8 +22,8 @@
22
use GuzzleHttp\Psr7\Response;
23
use InvalidArgumentException;
24
use PHPUnit\Framework\TestCase;
25
-
26
use tests\_Stubs\DummyLogger;
+
27
use function tests\helper_getInputReturningStep;
28
use function tests\helper_getStdClassWithData;
29
use function tests\helper_getStepFilesContent;
@@ -222,7 +222,7 @@ protected function invoke(mixed $input): Generator
222
->and($crawlerLogger->messages[0]['message'])->toBe('test')
223
->and($crawlerLogger->messages[1]['level'])->toBe('warning')
224
->and($crawlerLogger->messages[1]['message'])->toBe('foo');
225
- }
+ },
226
);
227
228
/* ----------------------------- validateBeforeRun() ----------------------------- */
0 commit comments