Skip to content

Commit 6561688

Browse files
committed
Remove unneeded test variables
1 parent b43cdb5 commit 6561688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Exceptions/ConstraintViolationExceptionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public function test_caused_by_password_policy()
1717
$error = new DetailedError(
1818
0,
1919
'Constraint violation',
20-
$diagMessage = '0000052D: AtrErr: DSID-03190FD6'
20+
'0000052D: AtrErr: DSID-03190FD6'
2121
);
2222

2323
$e->setDetailedError($error);
@@ -34,7 +34,7 @@ public function test_caused_by_incorrect_password()
3434
$error = new DetailedError(
3535
0,
3636
'Constraint violation',
37-
$diagMessage = '00000056: AtrErr: DSID-03190FD6'
37+
'00000056: AtrErr: DSID-03190FD6'
3838
);
3939

4040
$e->setDetailedError($error);

0 commit comments

Comments
 (0)