Skip to content

Commit 0ea3e9e

Browse files
committed
Removed duplicate test case.
1 parent eebe616 commit 0ea3e9e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/src/Rules/data/bug-494.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ public function bug494(string $entity_type): void
1919
->accessCheck(FALSE)
2020
->execute();
2121

22-
\Drupal::entityQuery($entity_type)
23-
->condition('field_test', 'foo', '=')
24-
->accessCheck(FALSE)
25-
->execute();
26-
2722
\Drupal::entityQuery($entity_type)
2823
->accessCheck(FALSE)
2924
->condition('field_test', 'foo', '=')

0 commit comments

Comments
 (0)