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
@@ -13,12 +13,12 @@ namespace CachetHQ\Cachet\Commands\Subscriber;
use CachetHQ\Cachet\Models\Subscriber;
class VerifySubscriberCommand
final class VerifySubscriberCommand
{
/**
* The subscriber to verify.
*
* @var string
* @var \CachetHQ\Cachet\Models\Subscriber
*/
public $subscriber;