Use phpunit's mock object for the connector.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 14 Apr 2010 19:56:50 +0000 (15:56 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 14 Apr 2010 19:56:50 +0000 (15:56 -0400)
commit52a57b986d430641bb8e7b01245de5eb242284fe
tree93b1f48f35d2ef29c21340073ab36f9a5f3a4b91
parent49dc566eecdc6801be07cfbfca9ee783951e4017
Use phpunit's mock object for the connector.

No longer need this special mock connector now that we don't do the
various conversions in this package.  Also clean up some of the tests a bit.
framework/ActiveSync/test/Horde/ActiveSync/ContactTest.php [new file with mode: 0644]
framework/ActiveSync/test/Horde/ActiveSync/FileStateTest.php
framework/ActiveSync/test/Horde/ActiveSync/FolderSyncTest.php
framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php
framework/ActiveSync/test/Horde/ActiveSync/fixtures/MockConnector.php [deleted file]