[commits] Horde branch master updated. 328dc6d64dab4df6a06490e22636616518d55a0b
Michael M Slusarz
slusarz at horde.org
Sun May 19 07:44:23 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 327aecafe61789f3071891806ba80f97a136cdf6
0898bad [mms] Actually have HashTable return results for get() and exists().
d6e9fc4 [mms] Add memory driver.
911bdfb [mms] Add initial unit tests.
328dc6d HashTable requires string input.
-----------------------------------------------------------------------
commit 0898bad5f9ad7f67300e29ebfb7f598a544705dc
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun May 19 01:34:45 2013 -0600
[mms] Actually have HashTable return results for get() and exists().
framework/HashTable/lib/Horde/HashTable/Base.php | 24 +++++++++++-----------
framework/HashTable/package.xml | 2 +
2 files changed, 14 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/0898bad5f9ad7f67300e29ebfb7f598a544705dc
-----------------------------------------------------------------------
commit d6e9fc417ba6b550cdae2c81598532a4ff7da631
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun May 19 01:07:02 2013 -0600
[mms] Add memory driver.
framework/HashTable/lib/Horde/HashTable/Memory.php | 113 ++++++++++++++++++++
framework/HashTable/package.xml | 8 +-
2 files changed, 119 insertions(+), 2 deletions(-)
create mode 100644 framework/HashTable/lib/Horde/HashTable/Memory.php
http://git.horde.org/horde-git/-/commit/d6e9fc417ba6b550cdae2c81598532a4ff7da631
-----------------------------------------------------------------------
commit 911bdfbbb7737f92c47a5f43efeda009c533f46b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun May 19 01:35:09 2013 -0600
[mms] Add initial unit tests.
framework/HashTable/package.xml | 2 +
framework/HashTable/test/Horde/HashTable/AllTests.php | 3 +
framework/HashTable/test/Horde/HashTable/Driver/MemoryTest.php | 33 +++
framework/HashTable/test/Horde/HashTable/Driver/TestBase.php | 81 ++++++++
framework/HashTable/test/Horde/HashTable/bootstrap.php | 3 +
framework/HashTable/test/Horde/HashTable/phpunit.xml | 1 +
6 files changed, 123 insertions(+), 0 deletions(-)
create mode 100644 framework/HashTable/test/Horde/HashTable/AllTests.php
create mode 100644 framework/HashTable/test/Horde/HashTable/Driver/MemoryTest.php
create mode 100644 framework/HashTable/test/Horde/HashTable/Driver/TestBase.php
create mode 100644 framework/HashTable/test/Horde/HashTable/bootstrap.php
create mode 100644 framework/HashTable/test/Horde/HashTable/phpunit.xml
http://git.horde.org/horde-git/-/commit/911bdfbbb7737f92c47a5f43efeda009c533f46b
-----------------------------------------------------------------------
commit 328dc6d64dab4df6a06490e22636616518d55a0b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun May 19 01:43:18 2013 -0600
HashTable requires string input.
framework/History/lib/Horde/History.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/328dc6d64dab4df6a06490e22636616518d55a0b
More information about the commits
mailing list