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 b43cdb5 commit 6561688Copy full SHA for 6561688
tests/Unit/Exceptions/ConstraintViolationExceptionTest.php
@@ -17,7 +17,7 @@ public function test_caused_by_password_policy()
17
$error = new DetailedError(
18
0,
19
'Constraint violation',
20
- $diagMessage = '0000052D: AtrErr: DSID-03190FD6'
+ '0000052D: AtrErr: DSID-03190FD6'
21
);
22
23
$e->setDetailedError($error);
@@ -34,7 +34,7 @@ public function test_caused_by_incorrect_password()
34
35
36
37
- $diagMessage = '00000056: AtrErr: DSID-03190FD6'
+ '00000056: AtrErr: DSID-03190FD6'
38
39
40
0 commit comments