Skip to content

Commit a6ec9ed

Browse files
committed
Rename EncryptionFieldMapTest
1 parent 6ec48dc commit a6ec9ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Doctrine/ODM/MongoDB/Tests/EncryptionTest.php renamed to tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptionFieldMapTest.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
declare(strict_types=1);
44

5-
namespace Doctrine\ODM\MongoDB\Tests;
5+
namespace Doctrine\ODM\MongoDB\Tests\Tools;
66

7+
use Doctrine\ODM\MongoDB\Tests\BaseTestCase;
78
use Doctrine\ODM\MongoDB\Utility\EncryptionFieldMap;
89
use Documents\Encryption\Patient;
910

10-
class EncryptionTest extends BaseTestCase
11+
class EncryptionFieldMapTest extends BaseTestCase
1112
{
1213
public function testEncryptionFieldMap(): void
1314
{

0 commit comments

Comments
 (0)