Rename Activities in tests too

This commit is contained in:
Jeremy Dormitzer 2019-03-20 19:16:56 -04:00
parent 737f691a4c
commit fac4c01f6f
11 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\AcceptHandler;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\AddHandler;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\AnnounceHandler;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\CreateHandler;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\DeleteHandler;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\FollowHandler;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;
use ActivityPub\ActivityEventHandlers\LikeHandler;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\NonActivityHandler;
use ActivityPub\ActivityEventHandlers\OutboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;
use ActivityPub\ActivityEventHandlers\OutboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;
use ActivityPub\ActivityEventHandlers\OutboxActivityEvent;

View File

@ -1,6 +1,6 @@
<?php
namespace ActivityPub\Test\Activities;
namespace ActivityPub\Test\ActivityEventHandlers;
use ActivityPub\ActivityEventHandlers\InboxActivityEvent;
use ActivityPub\ActivityEventHandlers\OutboxActivityEvent;