Commit 3e90720
committed
Merge branch '4.4' into 5.1
* 4.4:
do not depend on the actual time to fix a transient test
Run Redis Sentinel tests in GithubAction
Minor : Removed typo (extra "the" term)
Check if method inheritEnvironmentVariables exists
[PhpUnitBridge] Fix test fixture file nameFile tree
Expand file treeCollapse file tree
6 files changed
+15
-5
lines changedOpen diff view settings
Filter options
- .github/workflows
- src/Symfony
- Bridge/PhpUnit/Tests/Fixtures/coverage/tests
- Component
- Cache/Tests/Adapter
- Dotenv
- Finder
- HttpKernel/Tests/HttpCache
Expand file treeCollapse file tree
6 files changed
+15
-5
lines changedOpen diff view settings
Collapse file
.github/workflows/tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/tests.yml+11-2Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
40 | 40 | |
41 | 41 | |
42 | 42 | |
43 | | - |
44 | 43 | |
45 | | - |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
46 | 53 | |
47 | 54 | |
48 | 55 | |
| ||
153 | 160 | |
154 | 161 | |
155 | 162 | |
| 163 | + |
| 164 | + |
156 | 165 | |
157 | 166 | |
158 | 167 | |
|
Collapse file
…xtures/coverage/tests/SutNotFindTest.php …tures/coverage/tests/SutNotFoundTest.phpsrc/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/SutNotFindTest.php renamed to src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/SutNotFoundTest.php src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/SutNotFindTest.php renamed to src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/SutNotFoundTest.php
Copy file name to clipboardFile renamed without changes.
Collapse file
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
| 40 | + |
41 | 41 | |
42 | 42 | |
43 | 43 | |
|
Collapse file
src/Symfony/Component/Dotenv/Dotenv.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Dotenv/Dotenv.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
456 | 456 | |
457 | 457 | |
458 | 458 | |
459 | | - |
| 459 | + |
460 | 460 | |
461 | 461 | |
462 | 462 | |
|
Collapse file
src/Symfony/Component/Finder/Finder.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Finder/Finder.php+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
655 | 655 | |
656 | 656 | |
657 | 657 | |
658 | | - |
| 658 | + |
659 | 659 | |
660 | 660 | |
661 | 661 | |
|
Collapse file
src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
239 | 239 | |
240 | 240 | |
241 | 241 | |
| 242 | + |
242 | 243 | |
243 | 244 | |
244 | 245 | |
|
0 commit comments