Aleksander Machniak
0d4a395464
Fix PHP 8.1 deprecation warnings
2021-07-31 07:53:14 +02:00
Aleksander Machniak
89e54718ca
Migration to PHPUnit v9
2021-07-25 11:07:56 +02:00
Aleksander Machniak
f4ed1024dc
PHP8 fixes, CS fixes, short array syntax, tests
2020-12-02 20:15:00 +01:00
Aleksander Machniak
d445f8ad12
Fix importing birthday dates from Gmail vCards (BDAY:YYYYMMDD)
2020-08-12 11:25:44 +02:00
Aleksander Machniak
47d9ed6d0c
Add support for PHPUnit 6 and 7 ( #6870 )
...
Fixes composer dependencies: Package phpunit/phpunit-mock-objects is abandoned
We cannot support v8 yet because of errors like:
Declaration of MailFunc::setUp() must be compatible with PHPUnit\Framework\TestCase::setUp(): void
It would require dropping PHP < 7.1 support.
2019-12-28 09:37:45 +01:00
Aleksander Machniak
881b344fba
Fix regression in vcard parser
2018-12-29 14:41:57 +01:00
Aleksander Machniak
7a49b48dc1
Fix handling of empty entries in vCard import ( #6564 )
2018-12-21 13:21:16 +01:00
JohnDoh
dd714b33a8
replace old trac links ( #5514 )
2016-11-13 19:15:00 +01:00
Aleksander Machniak
0ea079d604
dirname(__FILE__) -> __DIR__
2014-10-13 14:41:55 +02:00
Aleksander Machniak
fcb7d4fc03
Fix various iCloud vCard issues, added fallback for external photos ( #1489993 )
2014-08-01 12:49:37 +02:00
Aleksander Machniak
b231c8f6ac
Fix images import from various vCard formats ( #1489977 )
2014-07-07 19:06:10 +02:00
Aleksander Machniak
3a0dc87856
Fix backslash character handling on vCard import ( #1489085 )
2013-05-05 16:39:29 +02:00
Aleksander Machniak
21106b3d1c
Fix handling of escaped separator in vCard file ( #1488896 )
2013-01-05 20:16:06 +01:00
Aleksander Machniak
2c777be5dd
Add test for vCard issue ( #1488896 )
2013-01-05 18:19:01 +01:00
Aleksander Machniak
584e356920
Fix so mobile phone has TYPE=CELL in exported vCard ( #1488812 )
2012-11-18 12:42:55 +01:00
Aleksander Machniak
8f66aa06f5
Fix encoding vCard file when contains PHOTO;ENCODING=b ( #1488683 )
2012-09-09 16:50:14 +02:00
Aleksander Machniak
9b05f19338
Restructured tests
2012-08-27 08:45:13 +02:00