8000 Fix namespace of Validator and BrowserKit Tests · symfony/symfony@faeecf8 · GitHub
[go: up one dir, main page]

Skip to content

Commit faeecf8

Browse files
franmomufabpot
authored andcommitted
Fix namespace of Validator and BrowserKit Tests
1 parent a6e08b1 commit faeecf8

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 number< 10000 /th>Diff 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 was 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