mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 02:10:22 +02:00
Tweak const visibility, refs #1228
This commit is contained in:
@@ -80,6 +80,6 @@ class FleepHookHandlerTest extends TestCase
|
||||
*/
|
||||
public function testConnectionStringisConstructedCorrectly()
|
||||
{
|
||||
$this->assertEquals('ssl://' . FleepHookHandler::FLEEP_HOST . ':443', $this->handler->getConnectionString());
|
||||
$this->assertEquals('ssl://fleep.io:443', $this->handler->getConnectionString());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user