@@ -65,7 +65,7 @@ |
||
| 65 | 65 | public function testGivenAnInvalidValueItThrowsAnException(): void |
| 66 | 66 | { |
| 67 | 67 | $this->expectException(InvalidArgumentException::class); |
| 68 | - $this->expectExceptionMessage("Provided value is not a valid " . Id::class); |
|
| 68 | + $this->expectExceptionMessage("Provided value is not a valid ".Id::class); |
|
| 69 | 69 | |
| 70 | 70 | $id1 = new stdClass(); |
| 71 | 71 | |