diff options
| author | Greg <supahgreg@users.noreply.github.com> | 2025-10-11 11:43:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-11 11:43:04 -0500 |
| commit | 73e6ade27f9751d3892693be9e11946462e10ed5 (patch) | |
| tree | b2696cebda0a5b81b361e093d27bd80cefdb2b7a /tests/UrlHelperTest.php | |
| parent | df4630b316f468c772fb4edc7e1dc0a46765542f (diff) | |
| parent | 3bb71c4e6b0bcf803e96413fa30b63490eb43465 (diff) | |
Merge pull request #39 from tt-rss/composer-lock-and-phpunit
Composer cleanup, PHPUnit 9 --> 12
Diffstat (limited to 'tests/UrlHelperTest.php')
| -rw-r--r-- | tests/UrlHelperTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/UrlHelperTest.php b/tests/UrlHelperTest.php index 249a5b412..961af1b30 100644 --- a/tests/UrlHelperTest.php +++ b/tests/UrlHelperTest.php @@ -4,8 +4,6 @@ use GuzzleHttp\Client; use GuzzleHttp\Handler\MockHandler; use GuzzleHttp\HandlerStack; use GuzzleHttp\Psr7\Response; -use GuzzleHttp\Psr7\Request; -use GuzzleHttp\Exception\RequestException; use PHPUnit\Framework\TestCase; final class UrlHelperTest extends TestCase { |