Skip to content

Commit

Permalink
Merge pull request #2 from DCzajkowski/analysis-qyMoLN
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DCzajkowski authored Sep 28, 2017
2 parents 1eec005 + b333058 commit caec14b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/AuthTestsServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace DCzajkowski\AuthTests;

use DCzajkowski\AuthTests\Console\Commands\AuthTestsMakeCommand;
use Illuminate\Support\ServiceProvider;
use DCzajkowski\AuthTests\Console\Commands\AuthTestsMakeCommand;

class AuthTestsServiceProvider extends ServiceProvider
{
Expand Down
6 changes: 3 additions & 3 deletions src/Console/stubs/tests/Feature/Auth/RegisterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
namespace Tests\Feature\Auth;

use App\User;
use Tests\TestCase;
use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Facades\Event;
use Illuminate\Auth\Events\Registered;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Event;
use Illuminate\Support\Facades\Hash;
use Tests\TestCase;

class RegisterTest extends TestCase
{
Expand Down
8 changes: 4 additions & 4 deletions src/Console/stubs/tests/Feature/Auth/ResetPasswordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
namespace Tests\Feature\Auth;

use App\User;
use Illuminate\Auth\Events\PasswordReset;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Event;
use Tests\TestCase;
use Illuminate\Support\Facades\Hash;
use Illuminate\Support\Facades\Event;
use Illuminate\Support\Facades\Password;
use Tests\TestCase;
use Illuminate\Auth\Events\PasswordReset;
use Illuminate\Foundation\Testing\RefreshDatabase;

class ResetPasswordTest extends TestCase
{
Expand Down

0 comments on commit caec14b

Please sign in to comment.