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 a5f4821 commit 3f393f6Copy full SHA for 3f393f6
tests/Doctrine/ODM/MongoDB/Tests/Functional/Ticket/MODM140Test.php
@@ -122,7 +122,7 @@ public function testAddingAnotherEmbeddedDocument()
122
123
}
124
125
-/** @ODM\Document(collection="tests", db="tests") */
+/** @ODM\Document */
126
class Category
127
{
128
/** @ODM\Id */
@@ -173,7 +173,7 @@ public function __construct($name)
173
174
175
176
-/** @ODM\Document(collection="comments", db="tests") */
177
class Comment
178
179
0 commit comments