The libcalendaring and libkolab plugin tests will need composer to have run in order to do the autoloader magic.
Description
Description
Details
Details
- Ticket Type
- Task
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T8 Continuous Integration and Deployment Capabilities | ||
Open | vanmeeuwen | T550 Composer for RPK libcalendaring and libkolab tests. |
Event Timeline
Comment Actions
From Roundcube's tests directory run:
phpunit ../plugins/libcalendaring/tests/libcalendaring.php
phpunit ../plugins/libcalendaring/tests/libvcalendar.php
Comment Actions
Is it me or does the libvcalendar one not execute anything?
[kanarip@dws06 tests (master % u=)]$ pwd /home/kanarip/devel/src/kolab/roundcubemail.git/tests [kanarip@dws06 tests (master % u=)]$ phpunit ../../roundcubemail-plugins-kolab.git/plugins/libcalendaring/tests/libvcalendar.php --debug PHPUnit 4.6.10 by Sebastian Bergmann and contributors. Configuration read from /home/kanarip/devel/src/kolab/roundcubemail.git/tests/phpunit.xml
Comment Actions
It seems like indeed it cannot, and requires a little bit of composer in Kolab:Development