diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-05-13 10:48:06 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-05-13 10:48:06 +0200 |
commit | 0ef85907732a2a5cb9cd3b23262abccf8335789d (patch) | |
tree | 45bbc914264052184127b935be26d1324b5113ca /tests/lib/public/contacts.php | |
parent | cc433d47cb102d0dca50b925c7519c803ccce48b (diff) | |
parent | e60cf2a99793aa9f0071b40b4d119b36df44d110 (diff) | |
download | nextcloud-server-0ef85907732a2a5cb9cd3b23262abccf8335789d.tar.gz nextcloud-server-0ef85907732a2a5cb9cd3b23262abccf8335789d.zip |
Merge branch 'master' into update_etags_on_restore
Diffstat (limited to 'tests/lib/public/contacts.php')
-rw-r--r-- | tests/lib/public/contacts.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/public/contacts.php b/tests/lib/public/contacts.php index ce5d762226b..d6008876a00 100644 --- a/tests/lib/public/contacts.php +++ b/tests/lib/public/contacts.php @@ -19,8 +19,6 @@ * License along with this library. If not, see <http://www.gnu.org/licenses/>. */ -OC::autoload('OCP\Contacts'); - class Test_Contacts extends PHPUnit_Framework_TestCase { |