Summary | Remove phpunit.xml.dist from .gitignore |
Queue | Horde Framework Packages |
Type | Bug |
State | Assigned |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | cheese (at) nosuchhost (dot) net |
Created | 11/27/2017 (2725 days ago) |
Due | |
Updated | 12/01/2017 (2721 days ago) |
Assigned | 12/01/2017 (2721 days ago) |
Resolved | |
Milestone | |
Patch | No |
Summary ⇒ Remove phpunit.xml.dist from .gitignore
State ⇒ Assigned
https://pear.horde.org/get/Horde_Core-2.31.1.tgz
State ⇒ Not Reproducible
automatically by phpunit.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ phpunit errors with Core 2.31.1 and Activesync 2.39.0
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
phpunit -d date.timezone=UTC .
PHP Fatal error: Class 'Horde_Test_Case' not found in
/builddir/build/BUILD/php-horde-Horde-Core-2.31.1/Horde_Core-2.31.1/test/Horde/Core/NlsconfigTest.php on line
22
cd Horde_ActiveSync-2.39.0/test/Horde/ActiveSync
phpunit -d date.timezone=UTC .
PHP Fatal error: Class 'Horde_Test_Case' not found in
/builddir/build/BUILD/php-horde-Horde-ActiveSync-2.39.0/Horde_ActiveSync-2.39.0/test/Horde/ActiveSync/AppointmentTest.php on line
10
am i missing something? the versions before those updates worked well.
yours