File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55use Illuminate \Contracts \Queue \ShouldQueue ;
66use Illuminate \Support \Facades \Hash ;
77use Illuminate \Support \Facades \Notification ;
8+ use RuntimeException ;
89use Wotz \VerificationCode \Models \VerificationCode ;
910use Wotz \VerificationCode \Notifications \VerificationCodeCreated ;
1011use Wotz \VerificationCode \Notifications \VerificationCodeCreatedInterface ;
11- use RuntimeException ;
1212
1313class VerificationCodeManager
1414{
Original file line number Diff line number Diff line change 22
33namespace Wotz \VerificationCode \Tests \Facade ;
44
5+ use RuntimeException ;
56use Wotz \VerificationCode \Models \VerificationCode ;
67use Wotz \VerificationCode \Tests \TestCase ;
78use Wotz \VerificationCode \VerificationCode as VerificationCodeFacade ;
8- use RuntimeException ;
99
1010class CustomVerificationCodeClassTest extends TestCase
1111{
Original file line number Diff line number Diff line change 55use Illuminate \Notifications \AnonymousNotifiable ;
66use Illuminate \Support \Facades \Notification ;
77use Illuminate \Support \Testing \Fakes \NotificationFake ;
8+ use RuntimeException ;
89use Wotz \VerificationCode \Models \VerificationCode ;
910use Wotz \VerificationCode \Notifications \VerificationCodeCreated ;
1011use Wotz \VerificationCode \Tests \TestCase ;
1112use Wotz \VerificationCode \VerificationCode as VerificationCodeFacade ;
12- use RuntimeException ;
1313
1414class SendVerificationCodeTest extends TestCase
1515{
Original file line number Diff line number Diff line change 33namespace Wotz \VerificationCode \Tests \Support ;
44
55use Illuminate \Support \Str ;
6+ use RuntimeException ;
67use Wotz \VerificationCode \Support \CodeGenerator ;
78use Wotz \VerificationCode \Tests \TestCase ;
8- use RuntimeException ;
99
1010class CodeGeneratorTest extends TestCase
1111{
Original file line number Diff line number Diff line change 55use Illuminate \Foundation \Testing \DatabaseMigrations ;
66use Illuminate \Foundation \Testing \WithFaker ;
77use Illuminate \Support \Facades \Notification ;
8- use Wotz \VerificationCode \VerificationCodeServiceProvider ;
98use Orchestra \Testbench \TestCase as Orchestra ;
9+ use Wotz \VerificationCode \VerificationCodeServiceProvider ;
1010
1111abstract class TestCase extends Orchestra
1212{
You can’t perform that action at this time.
0 commit comments