Skip to content

Commit

Permalink
Avoid writing to the log file in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsanabbasimov committed May 29, 2017
1 parent 9593cea commit 2fea8c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Botonomous/listener/SlashCommandListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ public function testSendResponseSlashCommand()
{
$config = new Config();
$config->set('listener', 'slashCommand');
$config->set('chatLogging', false);

/**
* Form the request.
Expand Down

0 comments on commit 2fea8c9

Please sign in to comment.