8000 minor #51278 [Cache] harden LockRegistry tests, consider PHP files on… · symfony/symfony@c43dcc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c43dcc6

Browse files
minor #51278 [Cache] harden LockRegistry tests, consider PHP files only (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Cache] harden LockRegistry tests, consider PHP files only E2B0 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | see https://github.com/symfony/symfony/actions/runs/5761767836/job/15641917703#step:8:2977 Commits ------- 98fe0a2 harden LockRegistry tests, consider PHP files only
2 parents 69e1127 + 98fe0a2 commit c43dcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/Tests/LockRegistryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function testFiles()
2323
}
2424
$lockFiles = LockRegistry::setFiles([]);
2525
LockRegistry::setFiles($lockFiles);
26-
$expected = array_map('realpath', glob(__DIR__.'/../Adapter/*'));
26+
$expected = array_map('realpath', glob(__DIR__.'/../Adapter/*.php'));
2727
$this->assertSame($expected, $lockFiles);
2828
}
2929
}

0 commit comments

Comments
 (0)
0