Skip to content

Commit

Permalink
Apply fixes from StyleCI (#23649)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Mar 21, 2018
1 parent 603ae0f commit 74cf203
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/Database/DatabaseEloquentTimestamps.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

namespace Illuminate\Tests\Database;

use Illuminate\Database\Capsule\Manager as DB;
use Illuminate\Database\Connection;
use Illuminate\Database\Eloquent\Model as Eloquent;
use Illuminate\Support\Carbon;
use PHPUnit\Framework\TestCase;
use Illuminate\Database\Connection;
use Illuminate\Database\Capsule\Manager as DB;
use Illuminate\Database\Eloquent\Model as Eloquent;

class DatabaseEloquentTimestamps extends TestCase
{
Expand Down Expand Up @@ -77,7 +77,6 @@ public function testUserWithCreatedAtAndUpdatedAt()
$this->assertEquals($now->toDateTimeString(), $user->updated_at->toDateTimeString());
}


public function testUserWithCreatedAt()
{
$now = Carbon::now();
Expand Down

0 comments on commit 74cf203

Please sign in to comment.