From dca8135820da2d771f408d36e19e7b3e810dee96 Mon Sep 17 00:00:00 2001 From: freek Date: Tue, 16 Aug 2016 13:13:21 +0200 Subject: [PATCH] fill in package name --- CHANGELOG.md | 2 +- composer.json | 4 ++-- tests/ChannelTest.php | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd83ef6..9023d1e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -All notable changes to `:package_name` will be documented in this file +All notable changes to `lob` will be documented in this file ## 1.0.0 - 201X-XX-XX diff --git a/composer.json b/composer.json index 395b377..5516f50 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "laravel-notification-channels/:package_name", + "name": "laravel-notification-channels/lob", "description": ":package_description", - "homepage": "https://github.com/laravel-notification-channels/:package_name", + "homepage": "https://github.com/laravel-notification-channels/lob", "license": "MIT", "authors": [ { diff --git a/tests/ChannelTest.php b/tests/ChannelTest.php index 93392b6..ed2118a 100644 --- a/tests/ChannelTest.php +++ b/tests/ChannelTest.php @@ -19,9 +19,12 @@ class ChannelTest extends PHPUnit_Framework_TestCase /** @var \NotificationChannels\Lob\LobChannel */ protected $channel; - + /** @var \NotificationChannels\Lob\Test\TestNotification */ protected $notification; + /** @var mixed */ + protected $notifiable; + public function setUp() {