Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
remove exception handler
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienTant committed Aug 12, 2017
1 parent fa5ea96 commit 9f0e531
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/Writer/File/EnvFileWriteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,6 @@ protected function tearDown()
/** @test */
public function it_should_append_content_to_file()
{
app()->instance(\Illuminate\Contracts\Debug\ExceptionHandler::class, new class extends \Illuminate\Foundation\Exceptions\Handler {
public function __construct() {}
public function report(\Exception $e) {}
public function render($request, \Exception $e)
{
throw $e;
}
});


// Arrange
$filePath = $this->fs->url() . '/.env';

Expand Down

0 comments on commit 9f0e531

Please sign in to comment.