Skip to content

Commit a2f6de8

Browse files
committed
enable previouly commented tests that are now fixed
1 parent 4fb95b6 commit a2f6de8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tests/src/Rules/EntityQueryHasAccessCheckRuleTest.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,14 @@ public function cases(): \Generator
6060
]
6161
];
6262

63-
// @todo 396a2 this passes when run individually, somehow.
64-
/*
6563
yield 'bug-396a2.php' => [
6664
[__DIR__ . '/data/bug-396a2.php'],
6765
[]
68-
];*/
69-
// @todo not chained call, return type extension has no influence.
70-
/*
66+
];
7167
yield 'bug-396a3.php' => [
7268
[__DIR__ . '/data/bug-396a3.php'],
7369
[]
74-
];*/
70+
];
7571
yield 'bug-396b.php' => [
7672
[__DIR__ . '/data/bug-396b.php'],
7773
[]

0 commit comments

Comments
 (0)