minidfx/owncloud-interfaces

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (0.2.3) of this package.

Contains interfaces and constants of ownCloud version 8. Package very useful for mocking ownCloud dependencies in unit tests without a complete ownCloud installation and you can run your unit tests on a hosted continuous integration service.

0.2.3 2015-04-26 20:37 UTC

This package is not auto-updated.

Last update: 2022-11-26 06:47:06 UTC


README

Total Downloads

Contains interfaces and constants of ownCloud version 7. Package very useful for mocking ownCloud dependencies in your unit tests without a complete ownCloud installation and you can run them on a hosted continuous integration service.

The dev version can be easily installed through composer.

composer require minidfx/owncloud-interfaces

or add these lines into your composer.json

{
  "require-dev": {
      "minidfx/owncloud-interfaces": "@dev"
    }
}

Package used in the project SimpleImapAuthentication4ownCloud to be build on Travis.