Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f2900e5

Browse filesBrowse files
committed
fixes PSR-0 issues in tests
1 parent 8df20c5 commit f2900e5
Copy full SHA for f2900e5

File tree

Expand file treeCollapse file tree

7 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

7 files changed

+7
-7
lines changed

‎Tests/Parser/Handler/AbstractHandlerTest.php

Copy file name to clipboardExpand all lines: Tests/Parser/Handler/AbstractHandlerTest.php
+1-1Lines 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\CssSelector\Tests\Handler;
12+
namespace Symfony\Component\CssSelector\Tests\Parser\Handler;
1313

1414
use Symfony\Component\CssSelector\Parser\Reader;
1515
use Symfony\Component\CssSelector\Parser\Token;

‎Tests/Parser/Handler/CommentHandlerTest.php

Copy file name to clipboardExpand all lines: Tests/Parser/Handler/CommentHandlerTest.php
+1-1Lines 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\CssSelector\Tests\Handler;
12+
namespace Symfony\Component\CssSelector\Tests\Parser\Handler;
1313

1414
use Symfony\Component\CssSelector\Parser\Handler\CommentHandler;
1515
use Symfony\Component\CssSelector\Parser\Reader;

‎Tests/Parser/Handler/HashHandlerTest.php

Copy file name to clipboardExpand all lines: Tests/Parser/Handler/HashHandlerTest.php
+1-1Lines 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\CssSelector\Tests\Handler;
12+
namespace Symfony\Component\CssSelector\Tests\Parser\Handler;
1313

1414
use Symfony\Component\CssSelector\Parser\Handler\HashHandler;
1515
use Symfony\Component\CssSelector\Parser\Token;

‎Tests/Parser/Handler/IdentifierHandlerTest.php

Copy file name to clipboardExpand all lines: Tests/Parser/Handler/IdentifierHandlerTest.php
+1-1Lines 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\CssSelector\Tests\Handler;
12+
namespace Symfony\Component\CssSelector\Tests\Parser\Handler;
1313

1414
use Symfony\Component\CssSelector\Parser\Handler\IdentifierHandler;
1515
use Symfony\Component\CssSelector\Parser\Token;

‎Tests/Parser/Handler/NumberHandlerTest.php

Copy file name to clipboardExpand all lines: Tests/Parser/Handler/NumberHandlerTest.php
+1-1Lines 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\CssSelector\Tests\Handler;
12+
namespace Symfony\Component\CssSelector\Tests\Parser\Handler;
1313

1414
use Symfony\Component\CssSelector\Parser\Handler\NumberHandler;
1515
use Symfony\Component\CssSelector\Parser\Token;

‎Tests/Parser/Handler/StringHandlerTest.php

Copy file name to clipboardExpand all lines: Tests/Parser/Handler/StringHandlerTest.php
+1-1Lines 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\CssSelector\Tests\Handler;
12+
namespace Symfony\Component\CssSelector\Tests\Parser\Handler;
1313

1414
use Symfony\Component\CssSelector\Parser\Handler\StringHandler;
1515
use Symfony\Component\CssSelector\Parser\Token;

‎Tests/Parser/Handler/WhitespaceHandlerTest.php

Copy file name to clipboardExpand all lines: Tests/Parser/Handler/WhitespaceHandlerTest.php
+1-1Lines 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\CssSelector\Tests\Handler;
12+
namespace Symfony\Component\CssSelector\Tests\Parser\Handler;
1313

1414
use Symfony\Component\CssSelector\Parser\Handler\WhitespaceHandler;
1515
use Symfony\Component\CssSelector\Parser\Token;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.