Skip to content
This repository has been archived by the owner on Sep 12, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Alexander Kienzl committed May 27, 2018
2 parents ec67d4f + f334fa5 commit 2e9b500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/ChromeHeadless.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

namespace ChromeHeadless;

use ChromeHeadless\Exceptions\ChromeException;
use ChromeHeadless\Exceptions\CloudflareProtection;
use Symfony\Component\Process\Process;
use Symfony\Component\DomCrawler\Crawler;
use ChromeHeadless\Exceptions\EmptyDocument;
use ChromeHeadless\Exceptions\ChromeException;
use Symfony\Component\Process\Exception\ProcessFailedException;

class ChromeHeadless
Expand Down
3 changes: 1 addition & 2 deletions tests/ChromeHeadlessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

namespace ChromeHeadless\Test;

use ChromeHeadless\Exceptions\ChromeException;
use PHPUnit\Framework\TestCase;
use ChromeHeadless\ChromeHeadless;
use ChromeHeadless\Exceptions\EmptyDocument;
use ChromeHeadless\Exceptions\ChromeException;
use Symfony\Component\Process\Exception\ProcessTimedOutException;

class ChromeHeadlessTest extends TestCase
Expand Down

0 comments on commit 2e9b500

Please sign in to comment.