Skip to content

Commit

Permalink
doctrine#385 doctrine#1181 DDC-3385 - adding @group annotation to n…
Browse files Browse the repository at this point in the history
…ewly introduced tests
  • Loading branch information
Ocramius committed Jan 13, 2015
1 parent eaa9187 commit 94a2036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Doctrine/Tests/ORM/Mapping/ClassMetadataFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,11 @@ public function testQuoteMetadata()
$this->assertEquals('group-id', $groups['joinTable']['inverseJoinColumns'][0]['referencedColumnName']);
}

/**
* @group DDC-3385
* @group 1181
* @group 385
*/
public function testFallbackLoadingCausesEventTriggeringThatCanModifyFetchedMetadata()
{
$test = $this;
Expand Down

0 comments on commit 94a2036

Please sign in to comment.