Bladeren bron

Update tests, fix namespace

Daniel Supernault 4 jaren geleden
bovenliggende
commit
044ad6450f
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      tests/Unit/ActivityPub/NoteAttachmentTest.php
  2. 1 1
      tests/Unit/ActivityPub/RemoteFollowTest.php

+ 1 - 1
tests/Unit/ActivityPub/NoteAttachmentTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Tests\Unit;
+namespace Tests\Unit\ActivityPub;
 
 use App\Util\ActivityPub\Helpers;
 use Tests\TestCase;

+ 1 - 1
tests/Unit/ActivityPub/RemoteFollowTest.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Tests\Unit;
+namespace Tests\Unit\ActivityPub;
 
 use App\Util\ActivityPub\Helpers;
 use Tests\TestCase;