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 filePatch | File delta | Description |
---|---|---|
0001 Provide a DFSG compatible alterenative.patch | (download) |
src/Faker/Provider/it_IT/Text.php |
10 10 + 0 - 0 ! |
provide a dfsg compatible alterenative |
0002 Skip tests requiring internet access.patch | (download) |
test/Faker/Provider/ImageTest.php |
3 3 + 0 - 0 ! |
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 ! |
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. |