| Patch |
File delta |
Description |
| 0001 Adapt to installed path.patch | (download) |
tests/Intl/Icu/CurrenciesTest.php |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
adapt to installed path
|
| 0002 Rename Abstract Test into Abstract TestCase.patch | (download) |
tests/Intl/Icu/AbstractCollatorTestCase.php |
2 1 + 1 - 0 !
tests/Intl/Icu/AbstractIcuTestCase.php |
2 1 + 1 - 0 !
tests/Intl/Icu/AbstractIntlDateFormatterTestCase.php |
2 1 + 1 - 0 !
tests/Intl/Icu/AbstractLocaleTestCase.php |
2 1 + 1 - 0 !
tests/Intl/Icu/AbstractNumberFormatterTestCase.php |
2 1 + 1 - 0 !
tests/Intl/Icu/CollatorTest.php |
3 2 + 1 - 0 !
tests/Intl/Icu/IcuTest.php |
3 2 + 1 - 0 !
tests/Intl/Icu/IntlDateFormatterTest.php |
3 2 + 1 - 0 !
tests/Intl/Icu/LocaleTest.php |
2 1 + 1 - 0 !
tests/Intl/Icu/NumberFormatterTest.php |
2 1 + 1 - 0 !
tests/Intl/Icu/Verification/CollatorTest.php |
4 2 + 2 - 0 !
tests/Intl/Icu/Verification/IcuTest.php |
4 2 + 2 - 0 !
tests/Intl/Icu/Verification/IntlDateFormatterTest.php |
4 2 + 2 - 0 !
tests/Intl/Icu/Verification/LocaleTest.php |
4 2 + 2 - 0 !
tests/Intl/Icu/Verification/NumberFormatterTest.php |
4 2 + 2 - 0 !
15 files changed, 23 insertions(+), 20 deletions(-) |
=?utf-8?q?rename_abstract=e2=80=a6test_into_abstract=e2=80=a6testc?=
=?utf-8?q?ase?=
|
| 0003 Modernize PHPUnit syntax.patch | (download) |
tests/Ctype/CtypeTest.php |
25 24 + 1 - 0 !
tests/Iconv/IconvTest.php |
5 5 + 0 - 0 !
tests/Intl/Grapheme/GraphemeTest.php |
5 5 + 0 - 0 !
tests/Intl/Icu/AbstractCollatorTestCase.php |
2 2 + 0 - 0 !
tests/Intl/Icu/AbstractIcuTestCase.php |
2 2 + 0 - 0 !
tests/Intl/Icu/AbstractIntlDateFormatterTestCase.php |
10 10 + 0 - 0 !
tests/Intl/Icu/AbstractNumberFormatterTestCase.php |
26 26 + 0 - 0 !
tests/Intl/Icu/NumberFormatterTest.php |
10 8 + 2 - 0 !
tests/Intl/Icu/Verification/IntlDateFormatterTest.php |
5 5 + 0 - 0 !
tests/Intl/Idn/IdnTest.php |
16 16 + 0 - 0 !
tests/Intl/MessageFormatter/MessageFormatterTest.php |
2 2 + 0 - 0 !
tests/Mbstring/MbstringTest.php |
17 16 + 1 - 0 !
tests/Php73/Php73Test.php |
3 3 + 0 - 0 !
tests/Php74/Php74Test.php |
3 3 + 0 - 0 !
tests/Php80/Php80Test.php |
5 5 + 0 - 0 !
tests/Php82/Php82Test.php |
11 9 + 2 - 0 !
tests/Php82/RandomSecureEngineTest.php |
7 6 + 1 - 0 !
tests/Php82/SensitiveParameterValuePolyfillTest.php |
6 6 + 0 - 0 !
tests/Php83/Php83Test.php |
15 13 + 2 - 0 !
tests/Php84/Php84Test.php |
12 12 + 0 - 0 !
tests/Php85/Php85Test.php |
3 3 + 0 - 0 !
tests/Uuid/UuidTest.php |
14 14 + 0 - 0 !
22 files changed, 195 insertions(+), 9 deletions(-) |
modernize phpunit syntax
|
| 0004 Comment away currently failing data on Debian.patch | (download) |
tests/Intl/Idn/IdnTest.php |
2 1 + 1 - 0 !
tests/Intl/Idn/IdnaTestV2.txt |
340 170 + 170 - 0 !
tests/Mbstring/MbstringTest.php |
2 1 + 1 - 0 !
3 files changed, 172 insertions(+), 172 deletions(-) |
comment away currently failing data on debian
|
| 0005 Drop tests failing on 32 bit architectures.patch | (download) |
tests/Php82/Php82Test.php |
8 8 + 0 - 0 !
1 file changed, 8 insertions(+) |
drop tests failing on 32-bit architectures
|
| 0006 Intl Update data to ICU 78.1.patch | (download) |
src/Intl/Icu/Resources/currencies.php |
18 14 + 4 - 0 !
1 file changed, 14 insertions(+), 4 deletions(-) |
[intl] update data to icu 78.1
|