Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #41 from bravo-kernel/travis
Browse files Browse the repository at this point in the history
Travis fixes
  • Loading branch information
ceeram committed Apr 8, 2015
2 parents 14ea5f3 + e0100c7 commit 35c1d29
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/TestCase/Auth/MultiColumnAuthenticateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

use Cake\Controller\Component\AuthComponent;
use Cake\Datasource\ConnectionManager;
use Cake\I18n\Time;
use Cake\Network\Request;
use Cake\Network\Response;
use Cake\ORM\Table;
use Cake\ORM\TableRegistry;
use Cake\TestSuite\TestCase;
use Cake\Utility\Time;
use FOC\Authenticate\Auth\MultiColumnAuthenticate;

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Auth/TokenAuthenticateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

use Cake\Controller\Component\AuthComponent;
use Cake\Controller\Controller;
use Cake\I18n\Time;
use Cake\Network\Request;
use Cake\Network\Response;
use Cake\ORM\TableRegistry;
use Cake\TestSuite\TestCase;
use Cake\Utility\Time;
use FOC\Authenticate\Auth\TokenAuthenticate;

/**
Expand Down
1 change: 0 additions & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
require_once 'vendor/autoload.php';

// Path constants to a few helpful things.
define('DS', DIRECTORY_SEPARATOR);
define('ROOT', dirname(__DIR__) . DS);
define('CAKE_CORE_INCLUDE_PATH', ROOT . 'vendor' . DS . 'cakephp' . DS . 'cakephp');
define('CORE_PATH', ROOT . 'vendor' . DS . 'cakephp' . DS . 'cakephp' . DS);
Expand Down

0 comments on commit 35c1d29

Please sign in to comment.