diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:27:34 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-11 16:27:34 +0000 |
| commit | cb2659b5d56814fbc12027f51bc937af3dae6a34 (patch) | |
| tree | 5ae72d633976d38384f71952eb3e0521c8208ffa /tests/UrlHelperTest.php | |
| parent | 6fb85f81d4737b3c5aac4d8a0925e3598f98900e (diff) | |
PHPUnit cleanup, get group detection working.
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 { |