1
0
mirror of synced 2025-01-31 20:41:44 +03:00

#385 #1181 DDC-3385 - adding @group annotation to newly introduced tests

This commit is contained in:
Marco Pivetta 2015-01-13 20:37:28 +01:00
parent eaa9187dd8
commit 94a2036d50

View File

@ -324,6 +324,11 @@ class ClassMetadataFactoryTest extends \Doctrine\Tests\OrmTestCase
$this->assertEquals('group-id', $groups['joinTable']['inverseJoinColumns'][0]['referencedColumnName']); $this->assertEquals('group-id', $groups['joinTable']['inverseJoinColumns'][0]['referencedColumnName']);
} }
/**
* @group DDC-3385
* @group 1181
* @group 385
*/
public function testFallbackLoadingCausesEventTriggeringThatCanModifyFetchedMetadata() public function testFallbackLoadingCausesEventTriggeringThatCanModifyFetchedMetadata()
{ {
$test = $this; $test = $this;