We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758c5ed commit 6db78e5Copy full SHA for 6db78e5
1 file changed
modules/graphql_core/tests/src/Kernel/Entity/EntityBasicFieldsTest.php
@@ -78,11 +78,11 @@ public function testBasicFields() {
78
'entityOwner' => [
79
'entityLabel' => $user->label(),
80
],
81
- 'entityTranslation' => [
82
- // TODO: Fix this.
83
- // 'entityLabel' => $translation->label(),
84
- 'entityTranslation' => NULL,
85
- ],
+ // TODO: Fix this.
+ 'entityTranslation' => NULL,
+// 'entityTranslation' => [
+// 'entityLabel' => $translation->label(),
+// ],
86
'entityPublished' => TRUE,
87
'entityCreated' => $created,
88
'entityChanged' => $changed,
0 commit comments