File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function testValidateWithError(): void
51
51
$ this ->assertEquals (
52
52
new Error (
53
53
'The SOME_VARIABLE variable contains the invalid value. '
54
- .' It should be an array with following values:: [quote, sales]. '
54
+ .' It should be an array with following values: [quote, sales]. '
55
55
),
56
56
$ this ->validator ->validate ('SOME_VARIABLE ' , ['invalid_value ' ])
57
57
);
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public function testValidateWithoutEnvVarWithoutConfigValue()
140
140
->method ('error ' )
141
141
->with (
142
142
'The directory nesting level value for error reporting has not been configured. ' ,
143
- 'You can configure the setting using the `config.report.dir_nesting_level` '
143
+ 'You can configure the setting using the `config.report.dir_nesting_level` variable '
144
144
. ' in the file ' . $ this ->reportConfigFile
145
145
);
146
146
You can’t perform that action at this time.
0 commit comments