mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
Upgrade PHPUnit to v8
This commit is contained in:
@@ -18,11 +18,10 @@ use Monolog\Test\TestCase;
|
||||
*/
|
||||
class SyslogUdpHandlerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @expectedException UnexpectedValueException
|
||||
*/
|
||||
public function testWeValidateFacilities()
|
||||
{
|
||||
$this->expectException(\UnexpectedValueException::class);
|
||||
|
||||
$handler = new SyslogUdpHandler("ip", 514, "invalidFacility");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user