mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update tests, fix namespace
This commit is contained in:
parent
6f32d9571e
commit
044ad6450f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Unit;
|
namespace Tests\Unit\ActivityPub;
|
||||||
|
|
||||||
use App\Util\ActivityPub\Helpers;
|
use App\Util\ActivityPub\Helpers;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Tests\Unit;
|
namespace Tests\Unit\ActivityPub;
|
||||||
|
|
||||||
use App\Util\ActivityPub\Helpers;
|
use App\Util\ActivityPub\Helpers;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
Loading…
Reference in a new issue