Skip to content

Commit

Permalink
Don't allow PHPCS to fail anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 10, 2014
1 parent a0fec85 commit ca85456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -15,8 +15,6 @@ services:

matrix:
allow_failures:
- php: 5.4
env: PHPCS=1
- php: hhvm-nightly
- php: 5.6
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase/Controller/Component/FlashComponentTest.php
Expand Up @@ -14,11 +14,11 @@
*/
namespace Cake\Test\TestCase\Controller\Component;

use Cake\Event\Event;
use Cake\Controller\ComponentRegistry;
use Cake\Controller\Component\FlashComponent;
use Cake\Controller\Controller;
use Cake\Core\Configure;
use Cake\Event\Event;
use Cake\Network\Request;
use Cake\Network\Session;
use Cake\TestSuite\TestCase;
Expand Down

0 comments on commit ca85456

Please sign in to comment.