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

Skip to content

Commit 302b807

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: [Uid] Fix tests namespace
2 parents a7fd98b + 3a3b249 commit 302b807

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\Uid\Ulid;

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

1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Component\Uid\NilUuid;

0 commit comments

Comments
 (0)