summaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
blob: 0db0e40a77bf60de9582b398f85046c2150a2ee3 (plain)
1
2
3
4
5
6
7
<?php

require_once __DIR__ . '/../../../tests/bootstrap.php';
require_once __DIR__.'/../vendor/autoload.php';

OC_App::loadApp('social');
OC_Hook::clear();