We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebe616 commit 0ea3e9eCopy full SHA for 0ea3e9e
tests/src/Rules/data/bug-494.php
@@ -19,11 +19,6 @@ public function bug494(string $entity_type): void
19
->accessCheck(FALSE)
20
->execute();
21
22
- \Drupal::entityQuery($entity_type)
23
- ->condition('field_test', 'foo', '=')
24
- ->accessCheck(FALSE)
25
- ->execute();
26
-
27
\Drupal::entityQuery($entity_type)
28
29
->condition('field_test', 'foo', '=')
0 commit comments