Add a test suite to Horde_History. It does the db testing based on
authorGunnar Wrobel <p@rdus.de>
Tue, 29 Sep 2009 05:53:12 +0000 (07:53 +0200)
committerGunnar Wrobel <p@rdus.de>
Tue, 29 Sep 2009 05:53:12 +0000 (07:53 +0200)
commit8af8df4c0be8b3b434a9463ff67f20de5537a606
treeef3597425d3a9175de3f3fad0c18c80d1f4f814f
parent20291f2f40f6023d299a4b10def6f90163b0a4b2
Add a test suite to Horde_History. It does the db testing based on
sqlite which is suboptimal but I want a decent code coverage before
working on the package.

I will add a mock driver now and at a later timepoint there might be a
Kolab specific driver.

Once the mock driver is available the db testing will be turned off.
framework/History/package.xml
framework/History/test/Horde/History/AllTests.php [new file with mode: 0644]
framework/History/test/Horde/History/InterfaceTest.php [new file with mode: 0644]