Skip to content

Commit

Permalink
[MetricsPower] Added unit/feature tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalzombie committed Mar 29, 2024
1 parent be6ea4c commit 2ae6ac1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Tests/Pest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php /** @noinspection PhpDocSignatureInspection */
<?php

/** @noinspection PhpDocSignatureInspection */

declare(strict_types=1);

Expand All @@ -15,9 +17,6 @@
use FRZB\Component\MetricsPower\Helper\EnvelopeHelper;
use FRZB\Component\MetricsPower\Tests\Stub\Message\TestMessage;
use FRZB\Component\MetricsPower\Tests\Stub\TestConstants;
use Mockery\LegacyMockInterface;
use Mockery\MockInterface;
use Sentry\State\HubInterface;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Session\Session;
use Symfony\Component\Messenger\Envelope;
Expand Down

0 comments on commit 2ae6ac1

Please sign in to comment.