E5FD merged branch franmomu/fix_validator_test_namespace (PR #6177) · symfony/symfony@4f787fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f787fe

Browse files
committed
merged branch franmomu/fix_validator_test_namespace (PR #6177)
This PR was submitted for the master branch but it was merged into the 2.1 branch instead (closes #6177). Commits ------- 964074a Fix namespace of Validator and BrowserKit Tests Discussion ---------- Fix namespace of Validator and BrowserKit Tests Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Todo: - License of the code: MIT
2 parents a6e08b1 + faeecf8 commit 4f787fe

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

1414
use Symfony\Component\BrowserKit\Client;
1515
use Symfony\Component\BrowserKit\History;

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

1414
use Symfony\Component\BrowserKit\CookieJar;
1515
use Symfony\Component\BrowserKit\Cookie;

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

1414
use Symfony\Component\BrowserKit\Cookie;
1515

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

1414
use Symfony\Component\BrowserKit\History;
1515
use Symfony\Component\BrowserKit\Request;

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

1414
use Symfony\Component\BrowserKit\Request;
1515

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

1414
use Symfony\Component\BrowserKit\Response;
1515

src/Symfony/Component/Validator/Tests/Constraints/AllTest.php

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

12-
namespace Symfony\Component\Allator\Tests\Constraints;
12+
namespace Symfony\Component\Validator\Tests\Constraints;
1313

1414
use Symfony\Component\Validator\Constraints\All;
1515
use Symfony\Component\Validator\Constraints\Valid;

src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.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\Collectionator\Tests\Constraints;
12+
namespace Symfony\Component\Validator\Tests\Constraints;
1313

1414
use Symfony\Component\Validator\Constraints\Collection;
1515
use Symfony\Component\Validator\Constraints\Collection\Required;

0 commit comments

Comments
 (0)
0