Example #1
0
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->model = new Error($this->faker->sentence, $this->faker->word);
 }
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->api = \Mockery::mock(UniSenderWrapper::class);
     $this->model = new UniSender(['api' => $this->api]);
 }
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->model = new Subscriber($this->faker->name, $this->faker->email, $this->faker->phoneNumber);
 }
 /**
  * @inheritdoc
  */
 protected function setUp()
 {
     parent::setUp();
     $this->model = new Response([]);
 }