Skip to content

Commit 068fb1f

Browse files
committed
define formatter in fixture config to ensure it always working to test locally with different preset
1 parent 921ebbc commit 068fb1f

File tree

9 files changed

+54
-0
lines changed

9 files changed

+54
-0
lines changed

spec/Fixture/config/autoload-for-cannot-connect-to-db/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
'request_data' => 'request_data',
4747
],
4848
],
49+
'formatter' => [
50+
'name' => 'db',
51+
'options' => [
52+
'dateTimeFormat' => 'Y-m-d H:i:s',
53+
],
54+
],
4955
],
5056
],
5157

spec/Fixture/config/autoload-for-enable-display-errors/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
'request_data' => 'request_data',
4747
],
4848
],
49+
'formatter' => [
50+
'name' => 'db',
51+
'options' => [
52+
'dateTimeFormat' => 'Y-m-d H:i:s',
53+
],
54+
],
4955
],
5056
],
5157

spec/Fixture/config/autoload-for-specific-error-and-exception/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
'request_data' => 'request_data',
3737
],
3838
],
39+
'formatter' => [
40+
'name' => 'db',
41+
'options' => [
42+
'dateTimeFormat' => 'Y-m-d H:i:s',
43+
],
44+
],
3945
],
4046
],
4147

spec/Fixture/config/autoload-for-xmlhttprequest-with-non-json-message/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
'request_data' => 'request_data',
3737
],
3838
],
39+
'formatter' => [
40+
'name' => 'db',
41+
'options' => [
42+
'dateTimeFormat' => 'Y-m-d H:i:s',
43+
],
44+
],
3945
],
4046
],
4147

spec/Fixture/config/autoload-for-xmlhttprequest/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
'request_data' => 'request_data',
3737
],
3838
],
39+
'formatter' => [
40+
'name' => 'db',
41+
'options' => [
42+
'dateTimeFormat' => 'Y-m-d H:i:s',
43+
],
44+
],
3945
],
4046
],
4147

spec/Fixture/config/autoload-with-doctrine/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
'request_data' => 'request_data',
4646
],
4747
],
48+
'formatter' => [
49+
'name' => 'db',
50+
'options' => [
51+
'dateTimeFormat' => 'Y-m-d H:i:s',
52+
],
53+
],
4854
],
4955
],
5056

spec/Fixture/config/autoload-with-enable-sendmail-with-empty-email-receivers/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
'request_data' => 'request_data',
4747
],
4848
],
49+
'formatter' => [
50+
'name' => 'db',
51+
'options' => [
52+
'dateTimeFormat' => 'Y-m-d H:i:s',
53+
],
54+
],
4955
],
5056
],
5157

spec/Fixture/config/autoload-with-enable-sendmail/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
4646
'request_data' => 'request_data',
4747
],
4848
],
49+
'formatter' => [
50+
'name' => 'db',
51+
'options' => [
52+
'dateTimeFormat' => 'Y-m-d H:i:s',
53+
],
54+
],
4955
],
5056
],
5157

spec/Fixture/config/autoload/error-hero-module.local.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838
'request_data' => 'request_data',
3939
],
4040
],
41+
'formatter' => [
42+
'name' => 'db',
43+
'options' => [
44+
'dateTimeFormat' => 'Y-m-d H:i:s',
45+
],
46+
],
4147
],
4248
],
4349

0 commit comments

Comments
 (0)