Skip to content

Commit

Permalink
C:/Program Files/Git/ should not be part of use sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingmedia committed Oct 28, 2016
1 parent 7238fdf commit 4286ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Controller/Component.php
Expand Up @@ -157,6 +157,7 @@ public function __get($name)
if (isset($this->{$name})) {
return $this->{$name};
}

return null;
}

Expand Down
4 changes: 2 additions & 2 deletions tests/TestCase/Controller/ComponentTest.php
Expand Up @@ -13,18 +13,18 @@
*/
namespace Cake\Test\TestCase\Controller;

use Cake\Controller\Component\CookieComponent;
use Cake\Controller\ComponentRegistry;
use Cake\Controller\Component\CookieComponent;
use Cake\Controller\Controller;
use Cake\Core\Configure;
use Cake\Event\EventManager;
use Cake\TestSuite\TestCase;
use TestApp\Controller\ComponentTestController;
use TestApp\Controller\Component\AppleComponent;
use TestApp\Controller\Component\BananaComponent;
use TestApp\Controller\Component\ConfiguredComponent;
use TestApp\Controller\Component\OrangeComponent;
use TestApp\Controller\Component\SomethingWithCookieComponent;
use TestApp\Controller\ComponentTestController;

/**
* ComponentTest class
Expand Down

0 comments on commit 4286ab0

Please sign in to comment.