mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-24 17:35:57 +03:00
Prepare tests for running on PHP 8
This commit is contained in:
@@ -10,7 +10,7 @@ class FixedTimeProviderTest extends TestCase
|
||||
|
||||
public function testConstructorRequiresSecAndUsec()
|
||||
{
|
||||
$this->setExpectedException('InvalidArgumentException');
|
||||
$this->expectException('InvalidArgumentException');
|
||||
$provider = new FixedTimeProvider([]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user