Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Sep 18, 2018
1 parent f963ea7 commit f687118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/mailviewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
| URL where you want to view the mails
|--------------------------------------------------------------------------
|
| This is the URL where you can view all the mailables
| registered in your application.
| This is the URL where you can view all the
| mailables registered above.
|
*/

Expand Down
4 changes: 0 additions & 4 deletions tests/MailViewerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public function setUp()
/** @test */
public function it_lists_all_the_mailables_on_the_url_configured_in_config_file()
{
$this->withoutExceptionHandling();

$this->get($this->packageUrl)
->assertSee('All Mails')
->assertSee('TestEmailForMailViewer');
Expand All @@ -37,8 +35,6 @@ public function it_lists_all_the_mailables_on_the_url_configured_in_config_file(
/** @test */
public function it_renders_the_mailable_on_its_dedicated_route()
{
$this->withoutExceptionHandling();

$this->get(route('mv-mailviewer', 'TestEmailForMailViewer'))
->assertSee('The test email view');
}
Expand Down

0 comments on commit f687118

Please sign in to comment.