Skip to content

Commit

Permalink
Changes after PHP CS Fixer update
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Sep 4, 2024
1 parent 5856bea commit 64db1b4
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion tests/Steps/BaseStepTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Response;
use InvalidArgumentException;

use PHPUnit\Framework\TestCase;

use function tests\helper_getInputReturningStep;
Expand Down
1 change: 0 additions & 1 deletion tests/Steps/HtmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Crwlr\Crawler\Steps\Html;
use Crwlr\Crawler\Steps\Html\GetLink;
use Crwlr\Crawler\Steps\Html\GetLinks;

use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Response;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Crwlr\Crawler\Steps\Loading\Http\Paginators\SimpleWebsitePaginator;
use GuzzleHttp\Psr7\Response;
use PHPUnit\Framework\TestCase;

use Psr\Http\Message\RequestInterface;

use function tests\helper_getRespondedRequest;
Expand Down
1 change: 0 additions & 1 deletion tests/Steps/StepTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
use GuzzleHttp\Psr7\Response;
use InvalidArgumentException;
use PHPUnit\Framework\TestCase;

use stdClass;

use function tests\helper_getInputReturningStep;
Expand Down
1 change: 0 additions & 1 deletion tests/Steps/XmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use Crwlr\Crawler\Loader\Http\Messages\RespondedRequest;
use Crwlr\Crawler\Steps\Dom;
use Crwlr\Crawler\Steps\Xml;

use GuzzleHttp\Psr7\Request;
use GuzzleHttp\Psr7\Response;

Expand Down
1 change: 0 additions & 1 deletion tests/_Integration/GroupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Crwlr\Crawler\Steps\Loading\Http;
use Crwlr\Crawler\UserAgents\BotUserAgent;
use Crwlr\Crawler\UserAgents\UserAgentInterface;

use Psr\Log\LoggerInterface;

use function tests\helper_generatorToArray;
Expand Down
1 change: 0 additions & 1 deletion tests/_Integration/Http/HeadlessBrowserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
use Crwlr\Crawler\UserAgents\UserAgentInterface;
use Generator;
use Psr\Log\LoggerInterface;

use Symfony\Component\DomCrawler\Crawler;

use function tests\helper_generatorToArray;
Expand Down
1 change: 0 additions & 1 deletion tests/_Integration/Http/Html/PaginatedListingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Crwlr\Crawler\Steps\Loading\Http;
use Crwlr\Crawler\UserAgents\BotUserAgent;
use Crwlr\Crawler\UserAgents\UserAgentInterface;

use Psr\Log\LoggerInterface;

use function tests\helper_generatorToArray;
Expand Down
1 change: 0 additions & 1 deletion tests/_Integration/Http/Html/SimpleListingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Crwlr\Crawler\Steps\Loading\Http;
use Crwlr\Crawler\UserAgents\BotUserAgent;
use Crwlr\Crawler\UserAgents\UserAgentInterface;

use Psr\Log\LoggerInterface;

use function tests\helper_generatorToArray;
Expand Down

0 comments on commit 64db1b4

Please sign in to comment.