Skip to content

Commit

Permalink
fix: using wrong testcase in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
minchao committed Apr 2, 2022
1 parent e6e668e commit 25d3704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SignatureValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Shopee\Tests;

use GuzzleHttp\Psr7\ServerRequest;
use PHPStan\Testing\TestCase;
use PHPUnit\Framework\TestCase;
use Psr\Http\Message\ServerRequestInterface;
use Shopee\SignatureGenerator;
use Shopee\SignatureValidator;
Expand Down

0 comments on commit 25d3704

Please sign in to comment.