Extract the factory and convert Horde_Kolab_Format to an interface.
authorGunnar Wrobel <p@rdus.de>
Thu, 9 Dec 2010 08:11:40 +0000 (09:11 +0100)
committerGunnar Wrobel <p@rdus.de>
Mon, 13 Dec 2010 10:17:06 +0000 (11:17 +0100)
commitf939aa3715d99ac2ab7caf1ccc728c0033a58948
tree399c015c0cf737930f7c6f55e21eb97ae234ffc4
parent28551542b97ded6d8bf01ff2164f3a6c2d5e9bc9
Extract the factory and convert Horde_Kolab_Format to an interface.
12 files changed:
framework/Kolab_Format/lib/Horde/Kolab/Format.php
framework/Kolab_Format/lib/Horde/Kolab/Format/Factory.php [new file with mode: 0644]
framework/Kolab_Format/lib/Horde/Kolab/Format/Xml.php
framework/Kolab_Format/package.xml
framework/Kolab_Format/test/Horde/Kolab/Format/Autoload.php
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/EventTest.php
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/MimeAttrTest.php
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/RecurrenceTest.php
framework/Kolab_Format/test/Horde/Kolab/Format/Integration/TaskTest.php
framework/Kolab_Format/test/Horde/Kolab/Format/TestCase.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Unit/FactoryTest.php [new file with mode: 0644]
framework/Kolab_Format/test/Horde/Kolab/Format/Unit/FormatTest.php [deleted file]