فهرست منبع

Update tests, fix namespace

Daniel Supernault 4 سال پیش
والد
کامیت
044ad6450f
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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;