Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 15, 2014
1 parent d1f7e09 commit 099206e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Type/DateTimeTypeTest.php
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Type/DateTypeTest.php
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Type/TimeTypeTest.php
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/QueryRegressionTest.php
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/ORM/TableTest.php
Expand Up @@ -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;
Expand All @@ -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();
Expand Down

0 comments on commit 099206e

Please sign in to comment.