Commit 1832ade
committed
minor symfony#58412 [Finder] do not use
This PR was merged into the 5.4 branch.
Discussion
----------
[Finder] do not use `assertCount()` with generators
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Generators are no longer supported in PHPUnit 10+.
Commits
-------
811967e do not use assertCount() with generatorsassertCount() with generators (xabbuh)File tree
1 file changed
+1
-1
lines changed- src/Symfony/Component/Finder/Tests/Iterator
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments