We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec48dc commit a6ec9edCopy full SHA for a6ec9ed
tests/Doctrine/ODM/MongoDB/Tests/EncryptionTest.php renamed to tests/Doctrine/ODM/MongoDB/Tests/Tools/EncryptionFieldMapTest.php
@@ -2,12 +2,13 @@
2
3
declare(strict_types=1);
4
5
-namespace Doctrine\ODM\MongoDB\Tests;
+namespace Doctrine\ODM\MongoDB\Tests\Tools;
6
7
+use Doctrine\ODM\MongoDB\Tests\BaseTestCase;
8
use Doctrine\ODM\MongoDB\Utility\EncryptionFieldMap;
9
use Documents\Encryption\Patient;
10
-class EncryptionTest extends BaseTestCase
11
+class EncryptionFieldMapTest extends BaseTestCase
12
{
13
public function testEncryptionFieldMap(): void
14
0 commit comments