Fix tests
This commit is contained in:
committed by
James Brooks
parent
8250e4ebca
commit
924eee9752
@@ -40,7 +40,7 @@ class SubscriberTest extends AbstractTestCase
|
|||||||
{
|
{
|
||||||
$this->beUser();
|
$this->beUser();
|
||||||
|
|
||||||
$this->expectsEvents('CachetHQ\Cachet\Events\CustomerHasSubscribedEvent');
|
$this->expectsEvents('CachetHQ\Cachet\Events\SubscriberHasSubscribedEvent');
|
||||||
|
|
||||||
$this->post('/api/v1/subscribers', [
|
$this->post('/api/v1/subscribers', [
|
||||||
'email' => 'james@cachethq.io',
|
'email' => 'james@cachethq.io',
|
||||||
|
|||||||
Reference in New Issue
Block a user