mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-29 11:26:09 +01:00
Add property types to all properties where possible
This commit is contained in:
@@ -19,13 +19,6 @@ use Monolog\Formatter\LineFormatter;
|
||||
|
||||
class RedisPubSubHandlerTest extends TestCase
|
||||
{
|
||||
public function testConstructorShouldThrowExceptionForInvalidRedis()
|
||||
{
|
||||
$this->expectException(\InvalidArgumentException::class);
|
||||
|
||||
new RedisPubSubHandler(new \stdClass(), 'key');
|
||||
}
|
||||
|
||||
public function testConstructorShouldWorkWithPredis()
|
||||
{
|
||||
$redis = $this->createMock('Predis\Client');
|
||||
|
||||
Reference in New Issue
Block a user