Skip to content

Commit

Permalink
remove unused namespace definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
pfefferle committed Jan 28, 2025
1 parent c072a6f commit 4186f99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/includes/collection/class-test-outbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@

namespace Activitypub\Tests\Collection;

use Activitypub\Collection\Outbox;
use Activitypub\Activity\Base_Object;
use WP_UnitTestCase;

/**
* Test class for Outbox collection.
*
* @coversDefaultClass \Activitypub\Collection\Outbox
*/
class Test_Outbox extends \Activitypub\Tests\ActivityPub_Outbox_TestCase {

/**
* Test add an item to the outbox.
*
Expand Down

0 comments on commit 4186f99

Please sign in to comment.