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 8ad25b7 commit b65a42cCopy full SHA for b65a42c
tests/Pipes/PipelineTest.php
@@ -2,6 +2,7 @@
2
3
declare(strict_types=1);
4
5
+use Codefy\Framework\Configuration\ApplicationBuilder;
6
use Codefy\Framework\Pipeline\Pipeline;
7
use Codefy\Framework\Pipeline\PipelineBuilder;
8
use Codefy\Framework\tests\Pipes\PipeFour;
@@ -10,7 +11,9 @@
10
11
use Codefy\Framework\tests\Pipes\PipeTwo;
12
use PHPUnit\Framework\Assert;
13
14
+/** @var ApplicationBuilder $app */
15
$app = require_once __DIR__ . '/../vendor/bootstrap.php';
16
+
17
$pipeline = new Pipeline($app->return());
18
19
it('has exception handled by onFailure method.', function () use ($pipeline) {
0 commit comments