This commit is contained in:
parent
eaa9187dd8
commit
94a2036d50
1 changed files with 5 additions and 0 deletions
|
@ -324,6 +324,11 @@ class ClassMetadataFactoryTest extends \Doctrine\Tests\OrmTestCase
|
|||
$this->assertEquals('group-id', $groups['joinTable']['inverseJoinColumns'][0]['referencedColumnName']);
|
||||
}
|
||||
|
||||
/**
|
||||
* @group DDC-3385
|
||||
* @group 1181
|
||||
* @group 385
|
||||
*/
|
||||
public function testFallbackLoadingCausesEventTriggeringThatCanModifyFetchedMetadata()
|
||||
{
|
||||
$test = $this;
|
||||
|
|
Loading…
Add table
Reference in a new issue