euromark 12 年 前
コミット
7352d1e990
2 ファイル変更2 行追加2 行削除
  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.
 If you are able to help on that one, that would be awesome.
 
 
 ### Status
 ### 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)
 [![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)
 [![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)
 [![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
 <?php
 
 
 App::uses('CommonComponent', 'Tools.Controller/Component');
 App::uses('CommonComponent', 'Tools.Controller/Component');
-App::uses('Component', 'Controller');
+App::uses('CakeSession', 'Model/Datasource');
 App::uses('Controller', 'Controller');
 App::uses('Controller', 'Controller');
 App::uses('AppModel', 'Model');
 App::uses('AppModel', 'Model');