Skip to content

Commit

Permalink
disable logger during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Sep 24, 2014
1 parent 6cb954d commit 7028dc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TestBootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public function __construct($verbose = false)
if( !$config )
$config = [];

$config['logger']['enabled'] = false;

$this->app = new App( $config );
self::$staticApp = $this->app;

Expand Down

0 comments on commit 7028dc0

Please sign in to comment.