We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400b8c4 commit 201329aCopy full SHA for 201329a
tests/InvalidModelTest.php
@@ -38,15 +38,15 @@ public function testGetErrorsReturnsAMessageBagWithTheEmailKey()
38
39
public function testSaveThrowsAValidationException()
40
{
41
- $this->expectException(ValidationException::class);
+ $this->expectException(ValidationException::class);
42
43
$model = new InvalidModel();
44
$model->save();
45
}
46
47
public function testValidateThrowsAValidationException()
48
49
50
51
52
$model->validate();
0 commit comments