diff --git a/phpunit.php b/phpunit.php index c0aa11f..6cea0c0 100644 --- a/phpunit.php +++ b/phpunit.php @@ -22,4 +22,4 @@ | */ date_default_timezone_set('UTC'); -Carbon\Carbon::setTestNow(Carbon\Carbon::now()); \ No newline at end of file +Carbon\Carbon::setTestNow(Carbon\Carbon::now()); diff --git a/tests/BelongsToThroughTest.php b/tests/BelongsToThroughTest.php index 35c4faa..3059595 100644 --- a/tests/BelongsToThroughTest.php +++ b/tests/BelongsToThroughTest.php @@ -1,8 +1,8 @@ set('database.default', 'testbench'); $app['config']->set('database.connections.testbench', [ - 'driver' => 'sqlite', + 'driver' => 'sqlite', 'database' => __DIR__.'/database.sqlite', - 'prefix' => '', + 'prefix' => '', ]); }