8000 minor #11462 [HttpFoundation] moved test file to the right directory … · symfony/symfony@d6bbf04 · GitHub
[go: up one dir, main page]

Skip to content

Commit d6bbf04

Browse files
committed
minor #11462 [HttpFoundation] moved test file to the right directory (fabpot)
This PR was merged into the 2.5 branch. Discussion ---------- [HttpFoundation] moved test file to the right directory | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | n/a | License | MIT | Doc PR | n/a Commits ------- a260623 [HttpFoundation] moved test file to the right directory
2 parents feb4f5c + a260623 commit d6bbf04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\HttpFoundation\BinaryFileResponse;
1515
use Symfony\Component\HttpFoundation\Request;
1616
use Symfony\Component\HttpFoundation\ResponseHeaderBag;
17-
use Symfony\Component\HttpFoundation\Resources\stubs\FakeFile;
17+
use Symfony\Component\HttpFoundation\Tests\File\FakeFile;
1818

1919
class BinaryFileResponseTest extends ResponseTestCase
2020
{

src/Symfony/Component/HttpFoundation/Resources/stubs/FakeFile.php renamed to src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Symfony\Component\HttpFoundation\Resources\stubs;
12+
namespace Symfony\Component\HttpFoundation\Tests\File;
1313

1414
use Symfony\Component\HttpFoundation\File\File as OrigFile;
1515

0 commit comments

Comments
 (0)
0