Browse Source

Fixed another CS error

José Lorenzo Rodríguez 10 years ago
parent
commit
a79ff825be
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Http/ResponseTransformerTest.php

+ 1 - 1
tests/TestCase/Http/ResponseTransformerTest.php

@@ -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.