#1316 - adding @group
annotation to newly introduced tests
This commit is contained in:
parent
0c0d3a1a7c
commit
4095bbaa92
@ -14,6 +14,10 @@ use Doctrine\Tests\OrmTestCase;
|
||||
*/
|
||||
class DefaultQuoteStrategyTest extends OrmTestCase
|
||||
{
|
||||
/**
|
||||
* @group DDC-3590
|
||||
* @group 1316
|
||||
*/
|
||||
public function testGetJoinTableName()
|
||||
{
|
||||
$em = $this->_getTestEntityManager();
|
||||
|
Loading…
Reference in New Issue
Block a user