Skip to content

Commit

Permalink
#1054 DDC-3161 - adding @group annotation for newly introduced tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 13, 2015
1 parent 7598361 commit ef5a3f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Doctrine/Tests/ORM/Functional/SQLFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ public function testSQLFilterGetSetParameter()
$this->assertEquals("'en'", $filter->getParameter('locale'));
}

/**
* @group DDC-3161
* @group 1054
*/
public function testSQLFilterGetConnection()
{
// Setup mock connection
Expand Down

0 comments on commit ef5a3f1

Please sign in to comment.