Skip to content

Commit bcdf85f

Browse files
committed
another test fix
2 parents c3eff33 + 0bc5549 commit bcdf85f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Validation/ValidationRequiredIfTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
namespace Illuminate\Tests\Validation;
44

5+
use Exception;
56
use Illuminate\Validation\Rules\RequiredIf;
7+
use InvalidArgumentException;
68
use PHPUnit\Framework\TestCase;
79

810
class ValidationRequiredIfTest extends TestCase

0 commit comments

Comments
 (0)