From 814d6bc76ea7c259ff5b3776e02a139b5ba4b52b Mon Sep 17 00:00:00 2001 From: 0xcrypto Date: Mon, 14 Jun 2021 23:43:48 +0530 Subject: [PATCH] another test fix --- tests/Validation/ValidationRequiredIfTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Validation/ValidationRequiredIfTest.php b/tests/Validation/ValidationRequiredIfTest.php index 5e8eec4c8e76..fba0cc80fb43 100644 --- a/tests/Validation/ValidationRequiredIfTest.php +++ b/tests/Validation/ValidationRequiredIfTest.php @@ -2,9 +2,7 @@ namespace Illuminate\Tests\Validation; -use Exception; use Illuminate\Validation\Rules\RequiredIf; -use InvalidArgumentException; use PHPUnit\Framework\TestCase; class ValidationRequiredIfTest extends TestCase