From 28161720e0785f5521f48d68f04ebf35cdde9570 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 29 Sep 2023 12:08:37 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/Unit/WaitsForElementsTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Unit/WaitsForElementsTest.php b/tests/Unit/WaitsForElementsTest.php index 3030458b0..cd4a7ad36 100644 --- a/tests/Unit/WaitsForElementsTest.php +++ b/tests/Unit/WaitsForElementsTest.php @@ -2,7 +2,6 @@ namespace Laravel\Dusk\Tests\Unit; -use Exception; use Facebook\WebDriver\Exception\TimeOutException; use Facebook\WebDriver\Remote\RemoteWebElement; use Facebook\WebDriver\WebDriver; @@ -12,7 +11,6 @@ use Laravel\Dusk\Tests\Concerns\SwapsUrlGenerator; use Mockery as m; use PHPUnit\Framework\TestCase; -use stdClass; class WaitsForElementsTest extends TestCase {