Two parents in a relationship
# language: en Feature: Two parents in a relationship Determining authority over a minor with two legal parents who, after the birth of the child, are or were married or do or did have a partnership For the situation in which the parents are not and have not been married to each other after the birth of the minor and have not had a partnership, the authority is determined according to the [Two parents no relationship functionality](twee-ouders-geen-relatie.feature). Background: Given the person 'Gerda' with citizen service number '000000012' * is of full age And the person 'Aart' with citizen service number '000000024' * is of full age And the person 'Bert' with citizen service number '000000036' * is registered in the BRP * has 'Aart' and 'Gerda' as parents Rule: Where the parents have been married to each other or have had a partnership for a period after the birth of the minor, the parents hold joint parental authority Scenario: Both parents married before the birth of the child and still are Given 'Bert' was born 7 years ago And 'Gerda' and 'Aart' married 8 years ago When 'gezag' is requested for 'Bert' Then the authority over 'Bert' is joint parental authority with parent 'Gerda' and parent 'Aart' Scenario: Both parents married after the birth of the child and still are Given 'Bert' was born 7 years ago And 'Gerda' and 'Aart' married 5 years ago When 'gezag' is requested for 'Bert' Then the authority over 'Bert' is joint parental authority with parent 'Gerda' and parent 'Aart' Scenario: Both parents were married before the birth of the child and divorced after the birth Given 'Bert' was born 7 years ago And 'Gerda' and 'Aart' married 8 years ago And 'Gerda' and 'Aart' divorced 2 years ago When 'gezag' is requested for 'Bert' Then the authority over 'Bert' is joint parental authority with parent 'Gerda' and parent 'Aart' Scenario: Both parents were married and divorced before the birth of the child and remarried after the birth Given 'Bert' was born 5 years ago And 'Gerda' and 'Aart' married 8 years ago And 'Gerda' and 'Aart' divorced 6 years ago And 'Gerda' and 'Aart' married 2 years ago When 'gezag' is requested for 'Bert' Then the authority over 'Bert' is joint parental authority with parent 'Gerda' and parent 'Aart' Scenario: Both parents were married after the birth of the child and divorced after the birth Given 'Bert' was born 7 years ago And 'Gerda' and 'Aart' married 5 years ago And 'Gerda' and 'Aart' divorced 2 years ago When 'gezag' is requested for 'Bert' Then the authority over 'Bert' is joint parental authority with parent 'Gerda' and parent 'Aart'