1
0
mirror of synced 2025-02-20 22:23:14 +03:00

#1238 DDC-3293 DDC-3477 - adding @group annotations for newly introduced tests

This commit is contained in:
Marco Pivetta 2015-01-08 13:28:11 +01:00
parent a701c9d046
commit 43db4a4182

View File

@ -57,6 +57,11 @@ class XmlMappingDriverTest extends AbstractMappingDriverTest
$this->assertEquals(true, $class->isEmbeddedClass);
}
/**
* @group DDC-3293
* @group DDC-3477
* @group 1238
*/
public function testEmbeddedUseColumnPrefix()
{
$em = $this->_getTestEntityManager();