From cf0faaca66136cd54917266535bc45f4b69c9b33 Mon Sep 17 00:00:00 2001 From: Rahul Kadyan Date: Tue, 17 Nov 2015 02:03:17 -0500 Subject: [PATCH] Applied fixes from StyleCI --- phpunit.php | 2 +- tests/BelongsToThroughTest.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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' => '', ]); }