Rename incident events and fixes
This commit is contained in:
committed by
James Brooks
parent
a93472f544
commit
64ff4d73c2
@@ -40,7 +40,7 @@ class SubscriberTest extends AbstractTestCase
|
||||
{
|
||||
$this->beUser();
|
||||
|
||||
$this->expectsEvents('CachetHQ\Cachet\Events\SubscriberHasSubscribedEvent');
|
||||
$this->expectsEvents('CachetHQ\Cachet\Events\Subscriber\SubscriberHasSubscribedEvent');
|
||||
|
||||
$this->post('/api/v1/subscribers', [
|
||||
'email' => 'james@cachethq.io',
|
||||
|
||||
Reference in New Issue
Block a user