Skip to content

Commit

Permalink
#5 fix namespace after merging master
Browse files Browse the repository at this point in the history
  • Loading branch information
skoro committed Sep 10, 2024
1 parent 6bbb7d5 commit 4c936b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Unit/Dto/PaymentStatusDtoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

declare(strict_types=1);

namespace App\Tests\Unit\Dto;
namespace Mirspay\Tests\Unit\Dto;

use App\Dto\PaymentStatusDto;
use App\Payment\Common\Message\ResponseInterface;
use Mirspay\Dto\PaymentStatusDto;
use Mirspay\Payment\Common\Message\ResponseInterface;
use PHPUnit\Framework\TestCase;

final class PaymentStatusDtoTest extends TestCase
Expand Down

0 comments on commit 4c936b5

Please sign in to comment.