| Summary | Testcase failure with PHP7.0 |
| Queue | Turba |
| Queue Version | 4.2.12 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | nish.aravamudan (at) canonical (dot) com |
| Created | 3/24/16 (3653 days ago) |
| Due | |
| Updated | 3/25/16 (3652 days ago) |
| Assigned | |
| Resolved | 3/25/16 (3652 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
https://github.com/horde/horde/commit/5600091fc93c48065521caf86019545a1fef105b
component (which is at 2.31.1 in 16.04)
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Testcase failure with PHP7.0
Type ⇒ Bug
State ⇒ Unconfirmed
Ubuntu 16.04 will only be shipping PHP7.0 and I ran into the following
test issue with our version of php-horde-turba (4.2.12-1):
1)
Turba_Unit_Driver_Sql_Pdo_SqliteTest::testDuplicateDetectionFromAsWithNoEmail
Error: Call to a member function hasQuirk() on null
/usr/share/php/Horde/ActiveSync/Message/Contact.php:458
/tmp/adt-virt-lxc.shared.emxxm4h1/downtmp/build.oI1/php-horde-turba-4.2.12/turba-4.2.12/lib/Driver.php:2788
/tmp/adt-virt-lxc.shared.emxxm4h1/downtmp/build.oI1/php-horde-turba-4.2.12/turba-4.2.12/test/Turba/Unit/Driver/Base.php:117
I noticed the other users of $this->_device in the same file do an
empty() check before use, but this one doesn't?