Added command tests

This commit is contained in:
James Brooks
2015-10-03 16:34:11 +01:00
parent 939bdf0c4e
commit 127d0d0d55
45 changed files with 1163 additions and 25 deletions
@@ -11,7 +11,7 @@
namespace CachetHQ\Cachet\Commands\Subscriber;
class SubscribeSubscriberCommand
final class SubscribeSubscriberCommand
{
/**
* The subscriber email.
@@ -23,7 +23,7 @@ class SubscribeSubscriberCommand
/**
* The subscriber auto verification.
*
* @var string
* @var bool
*/
public $verified;