| Total Complexity | 2 | 
| Total Lines | 22 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 10 | class GH7719Test extends OrmFunctionalTestCase  | 
            ||
| 11 | { | 
            ||
| 12 | protected function setUp() : void  | 
            ||
| 13 |     { | 
            ||
| 14 | parent::setUp();  | 
            ||
| 15 | |||
| 16 | $this->setUpEntitySchema([GH7719Husband::class, GH7719Wife::class]);  | 
            ||
| 17 | }  | 
            ||
| 18 | |||
| 19 | public function testThatChangingTheEntityFromTheInverseSideInAOneToOneRelationDoesNotCauseUniqueIndexError()  | 
            ||
| 32 | }  | 
            ||
| 33 | }  | 
            ||
| 86 |