#1316 - adding @group
annotation to newly introduced tests
This commit is contained in:
parent
0c0d3a1a7c
commit
4095bbaa92
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ use Doctrine\Tests\OrmTestCase;
|
||||||
*/
|
*/
|
||||||
class DefaultQuoteStrategyTest extends OrmTestCase
|
class DefaultQuoteStrategyTest extends OrmTestCase
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* @group DDC-3590
|
||||||
|
* @group 1316
|
||||||
|
*/
|
||||||
public function testGetJoinTableName()
|
public function testGetJoinTableName()
|
||||||
{
|
{
|
||||||
$em = $this->_getTestEntityManager();
|
$em = $this->_getTestEntityManager();
|
||||||
|
|
Loading…
Add table
Reference in a new issue