diff --git a/tests/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php b/tests/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php index 2c34baf3538..7f108447e10 100644 --- a/tests/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php +++ b/tests/TestCase/Controller/Component/Auth/DigestAuthenticateTest.php @@ -16,13 +16,13 @@ */ namespace Cake\Test\TestCase\Controller\Component\Auth; -use Carbon\Carbon; use Cake\Controller\Component\Auth\DigestAuthenticate; use Cake\Error; use Cake\Network\Request; use Cake\ORM\Entity; use Cake\ORM\TableRegistry; use Cake\TestSuite\TestCase; +use Carbon\Carbon; /** * Test case for DigestAuthentication diff --git a/tests/TestCase/Database/Type/DateTimeTypeTest.php b/tests/TestCase/Database/Type/DateTimeTypeTest.php index b4bf5cd4174..878180630e6 100644 --- a/tests/TestCase/Database/Type/DateTimeTypeTest.php +++ b/tests/TestCase/Database/Type/DateTimeTypeTest.php @@ -14,10 +14,10 @@ */ namespace Cake\Test\TestCase\Database\Type; -use Carbon\Carbon; use Cake\Database\Type; use Cake\Database\Type\DateTimeType; use Cake\TestSuite\TestCase; +use Carbon\Carbon; /** * Test for the DateTime type. diff --git a/tests/TestCase/Database/Type/DateTypeTest.php b/tests/TestCase/Database/Type/DateTypeTest.php index 7b5ebabd40a..4b81a0f6eb5 100644 --- a/tests/TestCase/Database/Type/DateTypeTest.php +++ b/tests/TestCase/Database/Type/DateTypeTest.php @@ -14,10 +14,10 @@ */ namespace Cake\Test\TestCase\Database\Type; -use Carbon\Carbon; use Cake\Database\Type; use Cake\Database\Type\DateType; use Cake\TestSuite\TestCase; +use Carbon\Carbon; /** * Test for the Date type. diff --git a/tests/TestCase/Database/Type/TimeTypeTest.php b/tests/TestCase/Database/Type/TimeTypeTest.php index 04753e6dddd..fb377a42475 100644 --- a/tests/TestCase/Database/Type/TimeTypeTest.php +++ b/tests/TestCase/Database/Type/TimeTypeTest.php @@ -14,10 +14,10 @@ */ namespace Cake\Test\TestCase\Database\Type; -use Carbon\Carbon; use Cake\Database\Type; use Cake\Database\Type\TimeType; use Cake\TestSuite\TestCase; +use Carbon\Carbon; /** * Test for the Time type. diff --git a/tests/TestCase/ORM/QueryRegressionTest.php b/tests/TestCase/ORM/QueryRegressionTest.php index bad4c1c0577..77eeb79564d 100644 --- a/tests/TestCase/ORM/QueryRegressionTest.php +++ b/tests/TestCase/ORM/QueryRegressionTest.php @@ -14,11 +14,11 @@ */ namespace Cake\Test\TestCase\ORM; -use Carbon\Carbon; use Cake\ORM\Query; use Cake\ORM\Table; use Cake\ORM\TableRegistry; use Cake\TestSuite\TestCase; +use Carbon\Carbon; /** * Contains regression test for the Query builder diff --git a/tests/TestCase/ORM/TableTest.php b/tests/TestCase/ORM/TableTest.php index 630391bfc25..05b6832c628 100644 --- a/tests/TestCase/ORM/TableTest.php +++ b/tests/TestCase/ORM/TableTest.php @@ -14,7 +14,6 @@ */ namespace Cake\Test\TestCase\ORM; -use Carbon\Carbon; use Cake\Core\Configure; use Cake\Database\Expression\OrderByExpression; use Cake\Database\Expression\QueryExpression; @@ -23,6 +22,7 @@ use Cake\ORM\Table; use Cake\ORM\TableRegistry; use Cake\Validation\Validator; +use Carbon\Carbon; /** * Used to test correct class is instantiated when using TableRegistry::get();