Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
gzhegow1991 committed Sep 29, 2024
1 parent 40279f6 commit 1ab0b1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,6 @@ _test(function () use ($factory) {
$result = $pipeline->run($myInput, $myContext);
_dump('[ RESULT ]', $result);
_dump('');
// string(71) "Gzhegow\Pipeline\Handler\Demo\Action\DemoLogicExceptionAction::__invoke"
// string(75) "Gzhegow\Pipeline\Handler\Demo\Fallback\DemoLogicExceptionFallback::__invoke"
// { string(10) "[ RESULT ]" } { string(83) "Gzhegow\Pipeline\Handler\Demo\Fallback\DemoLogicExceptionFallback::__invoke result." }
// { string(0) "" }
}, <<<HEREDOC
string(71) "Gzhegow\Pipeline\Handler\Demo\Action\DemoLogicExceptionAction::__invoke"
string(75) "Gzhegow\Pipeline\Handler\Demo\Fallback\DemoLogicExceptionFallback::__invoke"
Expand Down
4 changes: 0 additions & 4 deletions test.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,6 @@ function _test(\Closure $fn, $expected = null)
$result = $pipeline->run($myInput, $myContext);
_dump('[ RESULT ]', $result);
_dump('');
// string(71) "Gzhegow\Pipeline\Handler\Demo\Action\DemoLogicExceptionAction::__invoke"
// string(75) "Gzhegow\Pipeline\Handler\Demo\Fallback\DemoLogicExceptionFallback::__invoke"
// { string(10) "[ RESULT ]" } { string(83) "Gzhegow\Pipeline\Handler\Demo\Fallback\DemoLogicExceptionFallback::__invoke result." }
// { string(0) "" }
}, <<<HEREDOC
string(71) "Gzhegow\Pipeline\Handler\Demo\Action\DemoLogicExceptionAction::__invoke"
string(75) "Gzhegow\Pipeline\Handler\Demo\Fallback\DemoLogicExceptionFallback::__invoke"
Expand Down

0 comments on commit 1ab0b1f

Please sign in to comment.