Move federation tests to PSR-4

remotes/origin/more-tests-new-webdav-endpoint
Joas Schilling 10 years ago
parent 0c727f1755
commit da332c134e
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
  1. 0
      apps/federation/tests/API/OCSAuthAPITest.php
  2. 0
      apps/federation/tests/BackgroundJob/GetSharedSecretTest.php
  3. 0
      apps/federation/tests/BackgroundJob/RequestSharedSecretTest.php
  4. 0
      apps/federation/tests/Controller/SettingsControllerTest.php
  5. 0
      apps/federation/tests/DAV/FedAuthTest.php
  6. 2
      apps/federation/tests/Lib/DbHandlerTest.php
  7. 2
      apps/federation/tests/Lib/HooksTest.php
  8. 2
      apps/federation/tests/Lib/SyncFederationAddressbooksTest.php
  9. 2
      apps/federation/tests/Lib/TrustedServersTest.php
  10. 0
      apps/federation/tests/Middleware/AddServerMiddlewareTest.php

@ -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…
Cancel
Save