Browse Source

Fix import order.

Mark Story 6 years ago
parent
commit
64a5753870
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Http/Middleware/CsrfProtectionMiddlewareTest.php

+ 1 - 1
tests/TestCase/Http/Middleware/CsrfProtectionMiddlewareTest.php

@@ -22,8 +22,8 @@ use Cake\Http\ServerRequest;
 use Cake\TestSuite\TestCase;
 use Psr\Http\Message\ServerRequestInterface;
 use TestApp\Http\TestRequestHandler;
-use Zend\Diactoros\Response\RedirectResponse;
 use Zend\Diactoros\Response as DiactorosResponse;
+use Zend\Diactoros\Response\RedirectResponse;
 
 /**
  * Test for CsrfProtection