File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Doctrine/ODM/MongoDB/Tests/Mapping Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
use Doctrine \ODM \MongoDB \Mapping \MappingException ;
10
10
use Doctrine \Persistence \Mapping \Driver \MappingDriver ;
11
11
use ReflectionMethod ;
12
- use SimpleXmlElement ;
12
+ use SimpleXMLElement ;
13
13
use stdClass ;
14
14
15
15
use function get_class ;
@@ -27,7 +27,7 @@ public function testSetShardKeyOptionsByAttributes(): void
27
27
{
28
28
$ class = new ClassMetadata (stdClass::class);
29
29
$ driver = $ this ->loadDriver ();
30
- $ element = new SimpleXmlElement ('<shard-key unique="true" numInitialChunks="4096"><key name="_id"/></shard-key> ' );
30
+ $ element = new SimpleXMLElement ('<shard-key unique="true" numInitialChunks="4096"><key name="_id"/></shard-key> ' );
31
31
32
32
/** @uses XmlDriver::setShardKey */
33
33
$ m = new ReflectionMethod (get_class ($ driver ), 'setShardKey ' );
You can’t perform that action at this time.
0 commit comments