Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 277abab

Browse files
committed
merged branch franmomu/fix_test_namespaces (PR #6497)
This PR was merged into the 2.1 branch. Commits ------- a6704f3 [Tests] Fix namespaces Discussion ---------- [Tests] Fix namespaces
2 parents a0ea84b + a6704f3 commit 277abab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Component/Locale/Tests/Stub/StubIntlTest.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\Tests\Component\Locale\Stub;
12+
namespace Symfony\Component\Locale\Tests\Stub;
1313

1414
require_once __DIR__.'/../TestCase.php';
1515

src/Symfony/Component/Security/Tests/Http/Firewall/ContextListenerTest.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\Test\Component\Security\Http\Firewall;
12+
namespace Symfony\Component\Security\Tests\Http\Firewall;
1313

1414
use Symfony\Component\HttpFoundation\Request;
1515
use Symfony\Component\HttpFoundation\Response;

src/Symfony/Component/Validator/Tests/Mapping/Loader/withdoctype.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<constraint-mapping xmlns="http://symfony.com/schema/dic/constraint-mapping"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://symfony.com/schema/dic/constraint-mapping http://symfony.com/schema/dic/services/constraint-mapping-1.0.xsd">
6-
<class name="Symfony\Tests\Component\Validator\Fixtures\Entity" />
6+
<class name="Symfony\Component\Validator\Tests\Fixtures\Entity" />
77
</constraint-mapping>

0 commit comments

Comments
 (0)