Skip to content

Commit 579626e

Browse files
committed
test: update test file path for NoEntityRepositoryInLoopRule
1 parent 7938fac commit 579626e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rule/NoEntityRepositoryInLoopRuleTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ protected function getRule(): Rule
2020

2121
public function testRule(): void
2222
{
23-
$this->analyse([__DIR__ . '/Fixtures/NoEntityRepositoryInLoop/NoEntityRepositoryInLoop.php'], [
23+
$this->analyse([__DIR__ . '/fixtures/NoEntityRepositoryInLoop/NoEntityRepositoryInLoop.php'], [
2424
[
2525
'EntityRepository method calls are not allowed within loops. This can lead to unexpected N:1 queries.',
2626
20,

0 commit comments

Comments
 (0)