euromark 11 years ago
parent
commit
7352d1e990
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      Test/Case/Controller/Component/CommonComponentTest.php

+ 1 - 1
README.md

@@ -112,7 +112,7 @@ Some classes are still from 1.2 (and are merely upgraded to 2.x) and might still
 If you are able to help on that one, that would be awesome.
 
 ### Status
-[![Build Status](https://api.travis-ci.org/dereuromark/tools.png)](https://travis-ci.org/dereuromark/tools)
+[![Build Status](https://api.travis-ci.org/dereuromark/tools.png?branch=master)](https://travis-ci.org/dereuromark/tools)
 [![Latest Stable Version](https://poser.pugx.org/dereuromark/tools-cakephp/v/stable.png)](https://packagist.org/packages/dereuromark/tools-cakephp)
 [![Coverage Status](https://coveralls.io/repos/dereuromark/tools/badge.png)](https://coveralls.io/r/dereuromark/tools)
 [![License](https://poser.pugx.org/dereuromark/tools-cakephp/license.png)](https://packagist.org/packages/dereuromark/tools-cakephp)

+ 1 - 1
Test/Case/Controller/Component/CommonComponentTest.php

@@ -1,7 +1,7 @@
 <?php
 
 App::uses('CommonComponent', 'Tools.Controller/Component');
-App::uses('Component', 'Controller');
+App::uses('CakeSession', 'Model/Datasource');
 App::uses('Controller', 'Controller');
 App::uses('AppModel', 'Model');