Move federation tests to PSR-4
This commit is contained in:
parent
0c727f1755
commit
da332c134e
10 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
|
||||
namespace OCA\Federation\Tests\lib;
|
||||
namespace OCA\Federation\Tests\Lib;
|
||||
|
||||
|
||||
use OCA\Federation\DbHandler;
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
|
||||
namespace OCA\Federation\Tests\lib;
|
||||
namespace OCA\Federation\Tests\Lib;
|
||||
|
||||
|
||||
use OCA\Federation\Hooks;
|
|
@ -20,7 +20,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
*
|
||||
*/
|
||||
namespace OCA\Federation\Tests\lib;
|
||||
namespace OCA\Federation\Tests\Lib;
|
||||
|
||||
use OCA\Federation\DbHandler;
|
||||
use OCA\Federation\SyncFederationAddressBooks;
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
|
||||
namespace OCA\Federation\Tests\lib;
|
||||
namespace OCA\Federation\Tests\Lib;
|
||||
|
||||
|
||||
use OCA\Federation\DbHandler;
|
Loading…
Reference in a new issue