We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcde7a commit 630eb82Copy full SHA for 630eb82
1 file changed
tests/e2e/Adapter/Scopes/Relationships/OneToOneTests.php
@@ -1059,11 +1059,11 @@ public function testIdenticalTwoWayKeyRelationship(): void
1059
$attributes = $collection->getAttribute('attributes', []);
1060
foreach ($attributes as $attribute) {
1061
if ($attribute['key'] === 'child1') {
1062
- $this->assertEquals('parent', $attribute['options']['twoWayKey']);
+ $this->assertEquals('identical-parent', $attribute['options']['twoWayKey']);
1063
}
1064
1065
if ($attribute['key'] === 'children') {
1066
1067
1068
1069
if ($attribute['key'] === 'childrenById') {
0 commit comments