Skip to content

Commit 6623d84

Browse files
franmomufabpot
authored andcommitted
Fix namespace of Validator and BrowserKit Tests
1 parent eff7eff commit 6623d84

6 files changed

+6
-6
lines changed

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;

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;

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

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;

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

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

0 commit comments

Comments
 (0)