Patch |
File delta |
Description |
0001 Match current ICU output.patch | (download) |
extra/intl-extra/Tests/Fixtures/format_date.test |
4 2 + 2 - 0 !
extra/intl-extra/Tests/Fixtures/format_date_php8.test |
2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-) |
match current icu output
Bug-Debian: https://bugs.debian.org/1026752
Bug-Debian: https://bugs.debian.org/1084317
|
0002 Skip failing test without composer install.patch | (download) |
extra/twig-extra-bundle/Tests/IntegrationTest.php |
2 2 + 0 - 0 !
1 file changed, 2 insertions(+) |
skip failing test without composer install
|
0003 Drop listeners from phpunit.xml.patch | (download) |
phpunit.xml.dist |
3 0 + 3 - 0 !
1 file changed, 3 deletions(-) |
drop listeners from phpunit.xml
Bug-Debian: https://bugs.debian.org/1039841
|
0004 Switch to static data provides for integration tests.patch | (download) |
src/Test/IntegrationTestCase.php |
26 13 + 13 - 0 !
1 file changed, 13 insertions(+), 13 deletions(-) |
switch to static data provides for integration tests
|
0005 PHPUnit 11.patch | (download) |
.gitignore |
3 2 + 1 - 0 !
extra/cache-extra/composer.json |
3 0 + 3 - 0 !
extra/cache-extra/phpunit.xml.dist |
32 22 + 10 - 0 !
extra/cssinliner-extra/composer.json |
3 0 + 3 - 0 !
extra/cssinliner-extra/phpunit.xml.dist |
32 22 + 10 - 0 !
extra/html-extra/Tests/CvaTest.php |
9 3 + 6 - 0 !
extra/html-extra/composer.json |
3 0 + 3 - 0 !
extra/html-extra/phpunit.xml.dist |
32 22 + 10 - 0 !
extra/inky-extra/composer.json |
3 0 + 3 - 0 !
extra/inky-extra/phpunit.xml.dist |
32 22 + 10 - 0 !
extra/intl-extra/composer.json |
3 0 + 3 - 0 !
extra/intl-extra/phpunit.xml.dist |
32 22 + 10 - 0 !
extra/markdown-extra/Tests/FunctionalTest.php |
5 2 + 3 - 0 !
extra/markdown-extra/phpunit.xml.dist |
32 22 + 10 - 0 !
extra/string-extra/composer.json |
3 0 + 3 - 0 !
extra/string-extra/phpunit.xml.dist |
32 22 + 10 - 0 !
extra/twig-extra-bundle/composer.json |
1 0 + 1 - 0 !
extra/twig-extra-bundle/phpunit-bootstrap.php |
8 8 + 0 - 0 !
extra/twig-extra-bundle/phpunit.xml.dist |
32 22 + 10 - 0 !
tests/Cache/ChainTest.php |
5 2 + 3 - 0 !
tests/Cache/FilesystemTest.php |
4 2 + 2 - 0 !
tests/Cache/ReadOnlyFilesystemTest.php |
4 2 + 2 - 0 !
tests/CustomExtensionTest.php |
2 2 + 0 - 0 !
tests/ErrorTest.php |
5 2 + 3 - 0 !
tests/ExpressionParserTest.php |
25 7 + 18 - 0 !
tests/Extension/CoreTest.php |
37 10 + 27 - 0 !
tests/Extension/SandboxTest.php |
13 4 + 9 - 0 !
tests/FileExtensionEscapingStrategyTest.php |
5 2 + 3 - 0 !
tests/LexerTest.php |
13 4 + 9 - 0 !
tests/Loader/FilesystemTest.php |
13 4 + 9 - 0 !
tests/Node/NodeTest.php |
17 5 + 12 - 0 !
tests/NodeVisitor/OptimizerTest.php |
5 2 + 3 - 0 !
tests/ParserTest.php |
13 4 + 9 - 0 !
tests/Runtime/EscaperRuntimeTest.php |
9 3 + 6 - 0 !
tests/TemplateTest.php |
29 8 + 21 - 0 !
tests/TokenParser/TypesTokenParserTest.php |
3 2 + 1 - 0 !
36 files changed, 256 insertions(+), 246 deletions(-) |
phpunit 11
|
0006 Mark getTests fonction as static.patch | (download) |
src/Test/NodeTestCase.php |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
mark gettests fonction as static
Bug-Debian: https://bugs.debian.org/1039841
|
0007 Twig 4 Add PHPUnit as dev dependency.patch | (download) |
composer.json |
4 2 + 2 - 0 !
tests/DeprecatedCallableInfoTest.php |
5 2 + 3 - 0 !
tests/LexerTest.php |
12 3 + 9 - 0 !
tests/Util/CallableArgumentsExtractorTest.php |
5 2 + 3 - 0 !
4 files changed, 9 insertions(+), 17 deletions(-) |
[twig 4] add phpunit as dev dependency
|
0008 Compatibility with recent PHPUnit 12.patch | (download) |
extra/cssinliner-extra/Tests/LegacyFunctionsTest.php |
2 2 + 0 - 0 !
extra/html-extra/Tests/LegacyFunctionsTest.php |
2 2 + 0 - 0 !
extra/inky-extra/Tests/LegacyFunctionsTest.php |
2 2 + 0 - 0 !
extra/markdown-extra/Tests/FunctionalTest.php |
4 3 + 1 - 0 !
extra/markdown-extra/Tests/LegacyFunctionsTest.php |
2 2 + 0 - 0 !
tests/EnvironmentTest.php |
8 3 + 5 - 0 !
tests/ErrorTest.php |
4 1 + 3 - 0 !
tests/ExpressionParserTest.php |
19 7 + 12 - 0 !
tests/Extension/AttributeExtensionTest.php |
12 3 + 9 - 0 !
tests/Extension/EscaperTest.php |
3 3 + 0 - 0 !
tests/Extension/SandboxTest.php |
12 4 + 8 - 0 !
tests/LexerTest.php |
3 3 + 0 - 0 !
tests/NodeVisitor/OptimizerTest.php |
1 1 + 0 - 0 !
tests/TemplateTest.php |
6 3 + 3 - 0 !
14 files changed, 39 insertions(+), 41 deletions(-) |
compatibility with recent phpunit (12)
|
0009 Fix intl test.patch | (download) |
extra/intl-extra/Tests/Fixtures/country_timezones.test |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
fix intl test
|