Added per-component subscriptions. Closes #734
This commit is contained in:
committed by
James Brooks
parent
e5c137f82b
commit
ac3888f7c8
@@ -28,8 +28,8 @@ class SubscribeSubscriberCommandTest extends AbstractTestCase
|
||||
|
||||
protected function getObjectAndParams()
|
||||
{
|
||||
$params = ['email' => 'support@cachethq.io', 'verified' => true];
|
||||
$object = new SubscribeSubscriberCommand($params['email'], $params['verified']);
|
||||
$params = ['email' => 'support@cachethq.io', 'verified' => true, 'subscriptions' => null];
|
||||
$object = new SubscribeSubscriberCommand($params['email'], $params['verified'], $params['subscriptions']);
|
||||
|
||||
return compact('params', 'object');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user