Skip to content

Commit

Permalink
Moving security headers middleware to the Http namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Apr 16, 2017
1 parent 3f27ef9 commit 21a1b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -12,7 +12,7 @@
* @since 3.5.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\Routing\Middleware;
namespace Cake\Http\Middleware;

use InvalidArgumentException;
use Psr\Http\Message\ResponseInterface;
Expand Down
Expand Up @@ -12,10 +12,10 @@
* @since 3.5.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace Cake\Test\TestCase\Routing\Middleware;
namespace Cake\Test\TestCase\Http\Middleware;

use Cake\Http\ServerRequestFactory;
use Cake\Routing\Middleware\SecurityHeadersMiddleware;
use Cake\Http\Middleware\SecurityHeadersMiddleware;
use Cake\TestSuite\TestCase;
use Zend\Diactoros\Response;

Expand Down

0 comments on commit 21a1b87

Please sign in to comment.