Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
CRAP | |
100.00% |
1 / 1 |
ApieResponseCreated | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
__construct | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
1 |
1 | <?php |
2 | namespace Apie\Common\Events; |
3 | |
4 | use Apie\Core\Context\ApieContext; |
5 | use Psr\Http\Message\ResponseInterface; |
6 | |
7 | final class ApieResponseCreated |
8 | { |
9 | public function __construct(public ResponseInterface $response, public ApieContext $context) |
10 | { |
11 | } |
12 | } |