mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 10:20:14 +02:00
Upgrade PHPUnit to v8
This commit is contained in:
@@ -103,11 +103,10 @@ class WebProcessorTest extends TestCase
|
||||
$this->assertSame(['url' => 'B'], $record['extra']);
|
||||
}
|
||||
|
||||
/**
|
||||
* @expectedException UnexpectedValueException
|
||||
*/
|
||||
public function testInvalidData()
|
||||
{
|
||||
$this->expectException(\UnexpectedValueException::class);
|
||||
|
||||
new WebProcessor(new \stdClass);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user