Package: php-faker / 1.20.0+dfsg-1

Metadata

Package Version Patches format
php-faker 1.20.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Provide a DFSG compatible alterenative.patch | (download)

src/Faker/Provider/it_IT/Text.php | 10 10 + 0 - 0 !
1 file changed, 10 insertions(+)

 provide a dfsg compatible alterenative


0002 Skip tests requiring internet access.patch | (download)

test/Faker/Provider/ImageTest.php | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 skip tests requiring internet access

0003 Skip incompatible test cases on 32 bit systems.patch | (download)

test/Faker/Core/DateTimeTest.php | 4 4 + 0 - 0 !
test/Faker/Provider/DateTimeTest.php | 2 2 + 0 - 0 !
test/Faker/Provider/fi_FI/PersonTest.php | 2 1 + 1 - 0 !
test/Faker/Provider/kk_KZ/PersonTest.php | 2 2 + 0 - 0 !
test/Faker/Provider/ro_RO/PersonTest.php | 6 6 + 0 - 0 !
test/Faker/TestCase.php | 12 12 + 0 - 0 !
6 files changed, 27 insertions(+), 1 deletion(-)

 skip incompatible test cases on 32-bit systems

Several test cases are incompatible with 32-bit systems due to
datetimes that cannot fit in the 32-bit epoch.

    strtotime(): Epoch doesn't fit in a PHP integer

This change skips those test cases.