Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit dae4592

Browse files
committed
🔧
1 parent f1f065e commit dae4592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/API/APITestAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ protected function setUp(){
100100
};
101101

102102
$this->logger = new Log;
103-
$this->logger->addInstance(new ConsoleLog($options), 'console');
103+
$this->logger->addInstance(new ConsoleLog($this->options), 'console');
104104

105105
$this->storage = new MemoryTokenStorage;
106106
$this->http = $this->initHttp($this->options);

0 commit comments

Comments
 (0)