1
0
mirror of synced 2024-12-05 03:06:05 +03:00

#1316 - adding @group annotation to newly introduced tests

This commit is contained in:
Marco Pivetta 2015-03-17 23:15:07 +00:00
parent 0c0d3a1a7c
commit 4095bbaa92

View File

@ -14,6 +14,10 @@ use Doctrine\Tests\OrmTestCase;
*/
class DefaultQuoteStrategyTest extends OrmTestCase
{
/**
* @group DDC-3590
* @group 1316
*/
public function testGetJoinTableName()
{
$em = $this->_getTestEntityManager();