Moved things into a bus namespace

This commit is contained in:
Graham Campbell
2016-01-05 02:38:07 +00:00
parent 1d399b27ba
commit df5eb24efd
148 changed files with 362 additions and 362 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class SubscriberTest extends AbstractApiTestCase
{
$this->beUser();
$this->expectsEvents('CachetHQ\Cachet\Events\Subscriber\SubscriberHasSubscribedEvent');
$this->expectsEvents('CachetHQ\Cachet\Bus\Events\Subscriber\SubscriberHasSubscribedEvent');
$this->post('/api/v1/subscribers', [
'email' => 'james@cachethq.io',