Skip to content

Commit

Permalink
Fix use ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 30, 2017
1 parent 2a3df60 commit b3d4639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Http/CorsBuilderTest.php
@@ -1,8 +1,8 @@
<?php
namespace Cake\Test\TestCase\Http;

use Cake\Http\Response;
use Cake\Http\CorsBuilder;
use Cake\Http\Response;
use Cake\TestSuite\TestCase;

class CorsBuilderTest extends TestCase
Expand Down

0 comments on commit b3d4639

Please sign in to comment.