Commit c1c19b9
committed
minor #1118 [TwigComponent] Remove 3 futures deprecations (minor) (smnandre)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[TwigComponent] Remove 3 futures deprecations (minor)
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| License | MIT
Fix deprecations
Framework
```
1x: Since symfony/framework-bundle 6.4: Not setting the "framework.handle_all_throwables" config option is deprecated. It will default to "true" in 7.0.
1x in ComponentFactoryTest::testTwigComponentServiceTagWithoutKeyButCollissionCausesAnException from Symfony\UX\TwigComponent\Tests\Integration
1x: Since symfony/framework-bundle 6.4: Not setting the "framework.php_errors.log" config option is deprecated. It will default to "true" in 7.0.
1x in ComponentFactoryTest::testTwigComponentServiceTagWithoutKeyButCollissionCausesAnException from Symfony\UX\TwigComponent\Tests\Integration
```
PHPUnit
```
1) Symfony\UX\TwigComponent\Tests\Unit\TwigPreLexerTest::testPreLex
Data Provider method Symfony\UX\TwigComponent\Tests\Unit\TwigPreLexerTest::getLexTests() is not static
```
Commits
-------
531700e [TwigComponent] Remove 3 futures deprecations (minor)File tree
2 files changed
+9
-3
lines changed- src/TwigComponent/tests
- Fixtures
- Unit
2 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments