Skip to content

Commit 2fea8c9

Browse files
Avoid writing to the log file in tests
1 parent 9593cea commit 2fea8c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Botonomous/listener/SlashCommandListenerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ public function testSendResponseSlashCommand()
255255
{
256256
$config = new Config();
257257
$config->set('listener', 'slashCommand');
258+
$config->set('chatLogging', false);
258259

259260
/**
260261
* Form the request.

0 commit comments

Comments
 (0)