summaryrefslogtreecommitdiffstats
path: root/tests/lib/public
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2013-05-11 22:44:45 +0200
committerThomas Tanghus <thomas@tanghus.net>2013-05-11 22:44:45 +0200
commit0d852dce3b060537ceb1418d97d00426f437527c (patch)
tree931e980675f3686ed74989ab3291b49058c8f884 /tests/lib/public
parentea88e295d39275ff04aa5b8bbd98b0abfb6ec4aa (diff)
downloadnextcloud-server-0d852dce3b060537ceb1418d97d00426f437527c.tar.gz
nextcloud-server-0d852dce3b060537ceb1418d97d00426f437527c.zip
Use new autoloader class
Diffstat (limited to 'tests/lib/public')
-rw-r--r--tests/lib/public/contacts.php2
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
{