#1054 DDC-3161 - adding @group
annotation for newly introduced tests
This commit is contained in:
parent
759836113f
commit
ef5a3f1bb7
1 changed files with 4 additions and 0 deletions
|
@ -243,6 +243,10 @@ class SQLFilterTest extends \Doctrine\Tests\OrmFunctionalTestCase
|
||||||
$this->assertEquals("'en'", $filter->getParameter('locale'));
|
$this->assertEquals("'en'", $filter->getParameter('locale'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group DDC-3161
|
||||||
|
* @group 1054
|
||||||
|
*/
|
||||||
public function testSQLFilterGetConnection()
|
public function testSQLFilterGetConnection()
|
||||||
{
|
{
|
||||||
// Setup mock connection
|
// Setup mock connection
|
||||||
|
|
Loading…
Add table
Reference in a new issue