#1054 DDC-3161 - adding @group
annotation for newly introduced tests
This commit is contained in:
parent
759836113f
commit
ef5a3f1bb7
@ -243,6 +243,10 @@ class SQLFilterTest extends \Doctrine\Tests\OrmFunctionalTestCase
|
||||
$this->assertEquals("'en'", $filter->getParameter('locale'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @group DDC-3161
|
||||
* @group 1054
|
||||
*/
|
||||
public function testSQLFilterGetConnection()
|
||||
{
|
||||
// Setup mock connection
|
||||
|
Loading…
x
Reference in New Issue
Block a user