The branch "master" has been updated. The following is a summary of the commits.
from: 1366f8c165c79afddf70124a12fa1f93a79946c1 4652802 This needs to extend the Sql driver to be compatible with type hints. f3e6e12 Fix testing errors. 53a92b9 Update package.xml Summary: http://github.com/horde/horde/compare/1366f8c165c79afddf70124a12fa1f93a79946c1...53a92b911b0465aa0cb03c580a20bb6a5274017c ----------------------------------------------------------------------- commit 465280296f0679f02df374863f5aebb616a4e818 Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 28 13:30:09 2014 -0400 This needs to extend the Sql driver to be compatible with type hints. Probably need to create a stub for each backend to test, but right now all we use this for is Sql testing. kronolith/test/Kronolith/Stub/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/465280296f0679f02df374863f5aebb616a4e818 ----------------------------------------------------------------------- commit f3e6e125dce870b49f9ee23f3b75a9358764fe9e Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 28 14:06:18 2014 -0400 Fix testing errors. kronolith/test/Kronolith/Autoload.php | 1 + kronolith/test/Kronolith/Integration/AllDayTest.php | 5 +++++ kronolith/test/Kronolith/Integration/Kronolith/Base.php | 4 ++-- kronolith/test/Kronolith/Stub/CalendarManager.php | 14 ++++++++++++++ kronolith/test/Kronolith/TestCase.php | 1 + 5 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 kronolith/test/Kronolith/Stub/CalendarManager.php http://github.com/horde/horde/commit/f3e6e125dce870b49f9ee23f3b75a9358764fe9e ----------------------------------------------------------------------- commit 53a92b911b0465aa0cb03c580a20bb6a5274017c Author: Michael J Rubinsky <[email protected]> Date: Fri Mar 28 14:06:52 2014 -0400 Update package.xml kronolith/package.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/53a92b911b0465aa0cb03c580a20bb6a5274017c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
