Skip to content

Commit

Permalink
Fixed another CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 10, 2016
1 parent 13adf44 commit a79ff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Http/ResponseTransformerTest.php
Expand Up @@ -15,9 +15,9 @@
namespace Cake\Test\TestCase\Http;

use Cake\Http\ResponseTransformer;
use Cake\Network\Response as CakeResponse;
use Cake\TestSuite\TestCase;
use Zend\Diactoros\Response as PsrResponse;
use Cake\Network\Response as CakeResponse;

/**
* Test case for the response transformer.
Expand Down

0 comments on commit a79ff82

Please sign in to comment.