Skip to content

Commit

Permalink
Cleaning up some code
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 21, 2014
1 parent a4b15d8 commit ed4de11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion src/Utility/Time.php
Expand Up @@ -14,7 +14,6 @@
*/
namespace Cake\Utility;

use Cake\Core\Configure;
use Carbon\Carbon;
use IntlDateFormatter;

Expand Down
9 changes: 0 additions & 9 deletions tests/TestCase/Utility/TimeTest.php
Expand Up @@ -16,8 +16,6 @@
*/
namespace Cake\Test\TestCase\Utility;

use Cake\Core\App;
use Cake\Core\Configure;
use Cake\TestSuite\TestCase;
use Cake\Utility\Time;

Expand All @@ -27,13 +25,6 @@
*/
class TimeTest extends TestCase {

/**
* Default system timezone identifier
*
* @var string
*/
protected $_systemTimezoneIdentifier = null;

/**
* setUp method
*
Expand Down

0 comments on commit ed4de11

Please sign in to comment.